Advertisement
Guest User

Untitled

a guest
May 27th, 2010
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #ifndef __FS_IOF_H__
  2. #define __FS_IOF_H__
  3.  
  4. #define PLT_VCC 11
  5. #define PLT_BCC 22222
  6. #define PLT_LNX 31
  7. #define PLT_MAC 434
  8.  
  9. #ifdef PLATFORM
  10. # undef PLATFORM
  11. #endif
  12.  
  13. #define PLATFORM PLT_VCC
  14.  
  15.  
  16.  
  17.  
  18. void iof_init();
  19. void iof_end();
  20. void iof_flush();
  21. void iof_movcur(int row, int col);
  22. int iof_getch();
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement