diff options
Diffstat (limited to 'completion.c')
| -rw-r--r-- | completion.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/completion.c b/completion.c new file mode 100644 index 0000000..2ffe5e6 --- /dev/null +++ b/completion.c @@ -0,0 +1,10 @@ +#include <stdlib.h> +#include <unistd.h> + +int main (int argc, char *argv[]) +{ + + + return 0; +} + |
