mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
886038a0ac
fixes #2
18 lines
368 B
C
18 lines
368 B
C
#ifndef __LIBCPROJECT__
|
|
#define __LIBCPROJECT__
|
|
|
|
#include "lib/array_list.h"
|
|
#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
|