appl.h 65 B

12345678
  1. #ifndef __APPL_H__
  2. #define __APPL_H__
  3. int appl_main();
  4. #endif