lazysphere/lib/lslib.h
2023-05-06 00:39:44 -04:00

16 lines
234 B
C

#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