main.h 78 B

123456
  1. #ifndef __MAIN_H
  2. #define __MAIN_H
  3. int main( int argc, char *argv[] );
  4. #endif