appl.h 88 B

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