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

17 lines
340 B
C

#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"
#include "version.h"
#endif