mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
16 lines
319 B
C
16 lines
319 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"
|
|
|
|
#endif
|