Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #ifndef _MODUL_GLOBAL_
  2. #define _MODUL_GLOBAL_
  3. typedef struct ListInfo
  4. {
  5.     int nKey;
  6. } ListInfo;
  7.  
  8. #define LISTINFO ListInfo
  9.  
  10. int compare(const void* w, const void* s);
  11.  
  12.  
  13. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement