7 lines
98 B
C
7 lines
98 B
C
#ifndef C_LIBS_H
|
|
#define C_LIBS_H
|
|
|
|
#include "logger.h"
|
|
#include "safe_array.h"
|
|
|
|
#endif // C_LIBS_H
|