#ifndef _MYAPP_CH #define _MYAPP_CH #define APP_NAME "Five Test App" #define APP_VERSION "0.1.0" #define APP_AUTHOR "Charles KWON OhJun" #define MAX_ITEMS 100 #define CRLF Chr(13) + Chr(10) #endif