| 1234567891011121314151617181920212223242526272829303132333435 |
- /************************************************************************
- * AUTHOR: NiuJiuRu
- * FILENAME: include_swapiLib.h
- * CONTENT: include "swapi library"'s header files
- * NOTE:
- * HISTORY:
- * 1, [2011-10-21] created by NiuJiuRu
- ************************************************************************/
- #ifndef __INCLUDE_SWAPILIB__
- #define __INCLUDE_SWAPILIB__
- // include "SWAPI" library standard header file
- #include "swapi.h"
- // include "SWAPI" library general header files
- #include "swchar.h"
- #include "swstring.h"
- #include "swdir.h"
- #include "swfile.h"
- #include "swmem.h"
- #include "swsignal.h"
- #include "swmutex.h"
- #include "sw_rwlock.h"
- #include "swlist.h"
- #include "swmsgq.h"
- #include "swthrd.h"
- #include "swthrdpool.h"
- #include "swprogress.h"
- #include "swtimer.h"
- #include "swrand.h"
- #include "swudp.h"
- #include "swtcp.h"
- #include "swhash.h"
- #endif /* __INCLUDE_SWAPILIB__ */
|