include_swapiLib.h 895 B

1234567891011121314151617181920212223242526272829303132333435
  1. /************************************************************************
  2. * AUTHOR: NiuJiuRu
  3. * FILENAME: include_swapiLib.h
  4. * CONTENT: include "swapi library"'s header files
  5. * NOTE:
  6. * HISTORY:
  7. * 1, [2011-10-21] created by NiuJiuRu
  8. ************************************************************************/
  9. #ifndef __INCLUDE_SWAPILIB__
  10. #define __INCLUDE_SWAPILIB__
  11. // include "SWAPI" library standard header file
  12. #include "swapi.h"
  13. // include "SWAPI" library general header files
  14. #include "swchar.h"
  15. #include "swstring.h"
  16. #include "swdir.h"
  17. #include "swfile.h"
  18. #include "swmem.h"
  19. #include "swsignal.h"
  20. #include "swmutex.h"
  21. #include "sw_rwlock.h"
  22. #include "swlist.h"
  23. #include "swmsgq.h"
  24. #include "swthrd.h"
  25. #include "swthrdpool.h"
  26. #include "swprogress.h"
  27. #include "swtimer.h"
  28. #include "swrand.h"
  29. #include "swudp.h"
  30. #include "swtcp.h"
  31. #include "swhash.h"
  32. #endif /* __INCLUDE_SWAPILIB__ */