toms515, a Fortran90 code which lists the subsets of size K selected from a set of size N, by Bill Buckles, Matthew Lybanon.
The text of many ACM TOMS algorithms is available online through ACM: https://calgo.acm.org/ or NETLIB: https://www.netlib.org/toms/index.html.
The information on this web page is distributed under the MIT license.
toms515 is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
subset, a Fortran90 code which enumerates combinations, partitions, subsets, index sets, and other combinatorial objects.
Original Fortran77 version by Bill Buckles, Matthew Lybanon. This version by John Burkardt.