spmenu/libs/argv.h
speedie 1c6bc9f92d Add -fl argument which can be used to check if a feature is supported
This could be very useful for shell scripts, or debugging.
2023-06-12 17:09:34 +02:00

5 lines
164 B
C

/* See LICENSE file for copyright and license details. */
static void readargs(int argc, char *argv[]);
static void usage(int status);
static void comp_opts(void);