Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #ifndef __MENUET_MASH_H
  2. #define __MENUET_MASH_H
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. #include<menuet/os.h>
  9.  
  10. extern void __mash__puts(char * str);
  11. extern void __mash__gets(char * str,int len);
  12.  
  13. extern char mash_args[];
  14.  
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18.  
  19. #endif
  20.