diff options
Diffstat (limited to '')
-rw-r--r-- | lib/lslib.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/lslib.h b/lib/lslib.h new file mode 100644 index 0000000..dfa1202 --- /dev/null +++ b/lib/lslib.h @@ -0,0 +1,16 @@ +#ifndef SHARED_H +#define SHARED_H + +#include <stdint.h> +#include <stdio.h> + +#include "args.h" +#include "buffer.h" +#include "def.h" +#include "convert.h" +#include "error.h" +#include "file.h" +#include "regex.h" +#include "stack.h" + +#endif |