mirror of
https://github.com/Orc/discount.git
synced 2026-09-27 04:09:48 +03:00
with `-Fxx`, `-fname`, or the environment variable `MARKDOWN_FLAGS`; this means I needed to split the options parsing code out of main.c into its own file that can be included wherever.
10 lines
172 B
C
10 lines
172 B
C
#ifndef PGM_OPTIONS_D
|
|
#define PGM_OPTIONS_D
|
|
|
|
#include <mkdio.h>
|
|
|
|
int set_flag(mkd_flag_t *flags, char *optionstring);
|
|
void show_flags(int byname);
|
|
|
|
#endif/*PGM_OPTIONS_D*/
|