diff options
Diffstat (limited to 'poc-template.c')
| -rw-r--r-- | poc-template.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/poc-template.c b/poc-template.c new file mode 100644 index 0000000..713fc95 --- /dev/null +++ b/poc-template.c @@ -0,0 +1,13 @@ +/* + * vim:ts=4:sw=4:expandtab + */ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <unistd.h> +#include <stdbool.h> +#include <stdint.h> + +int main(int argc, char **argv) { + return EXIT_SUCCESS; +} |
