lambda-calculus/cmdln/new.h
2025-01-13 20:36:07 -06:00

7 lines
76 B
C

struct cmdln_flags* new_cmdln_flags(
int argc, char* const* argv);