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

18 lines
368 B
C
Raw Normal View History

2023-01-05 19:28:05 +01:00
#ifndef __LIBCPROJECT__
#define __LIBCPROJECT__
#include "lib/array_list.h"
2023-01-05 19:28:05 +01:00
#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"
2023-01-07 18:57:14 +01:00
#include "version.h"
2023-01-05 19:28:05 +01:00
#endif