#ifndef __APPL_H__ #define __APPL_H__ #include "plt.h" int appl_main(); #endif