1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-07-17 23:30:12 +02:00
libcproject/libcproject.h

16 lines
319 B
C
Raw Normal View History

2023-01-05 19:28:05 +01:00
#ifndef __LIBCPROJECT__
#define __LIBCPROJECT__
#include "lib/character.h"
#include "lib/convert.h"
#include "lib/dictionary.h"
#include "lib/filesystem.h"
#include "lib/linked_list.h"
#include "lib/mathematics.h"
#include "lib/queue.h"
#include "lib/stack.h"
#include "lib/string.h"
#include "lib/terminal.h"
#endif