1 2 3 4 5 6 7 8
#ifndef BASIC_H #define BASIC_H void Basic( unsigned char * BufFile, char * Listing, bool IsBasic, bool CrLf ); #endif