slash

slash is a simple type-oriented programming language
Log | Files | Refs | README | LICENSE

cli.h (108B)


      1 /*
      2  * cli.h -- cli() function
      3  */
      4 
      5 #ifndef CLI_H
      6 #define CLI_H
      7 
      8 void cli(int, char**);
      9 
     10 #endif /* CLI_H */
     11