diff options
Diffstat (limited to 'src/libstddjb/subgetopt_here.c')
-rw-r--r-- | src/libstddjb/subgetopt_here.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libstddjb/subgetopt_here.c b/src/libstddjb/subgetopt_here.c new file mode 100644 index 0000000..e0be29a --- /dev/null +++ b/src/libstddjb/subgetopt_here.c @@ -0,0 +1,7 @@ +/* ISC license. */ + +/* MT-unsafe */ + +#include <skalibs/sgetopt.h> + +subgetopt_t subgetopt_here = SUBGETOPT_ZERO ; |