mirror of https://github.com/tp4a/teleport
17 lines
271 B
C
17 lines
271 B
C
![]() |
#ifndef __LIB_EX_H__
|
||
|
#define __LIB_EX_H__
|
||
|
|
||
|
#ifdef EX_HAVE_CONFIG
|
||
|
# include "ex_config.h"
|
||
|
#endif
|
||
|
|
||
|
#include "ex/ex_platform.h"
|
||
|
#include "ex/ex_types.h"
|
||
|
#include "ex/ex_const.h"
|
||
|
#include "ex/ex_util.h"
|
||
|
#include "ex/ex_str.h"
|
||
|
#include "ex/ex_path.h"
|
||
|
|
||
|
|
||
|
#endif // __LIB_EX_H__
|