appl.h 83 B

12345678910
  1. #ifndef __APPL_H__
  2. #define __APPL_H__
  3. #include "plt.h"
  4. int appl_main();
  5. #endif