fix windows build, add argp to tree to allow building for windows

This commit is contained in:
Carl Philipp Klemm 2023-07-10 15:55:39 +02:00
parent e25d7347c6
commit ff6b89b495
19 changed files with 5951 additions and 2 deletions

3
argp/argp-pin.c Normal file
View file

@ -0,0 +1,3 @@
#include <stdlib.h>
char *program_invocation_name = NULL;