aboutsummaryrefslogtreecommitdiff
path: root/tools/iDSK/src/Basic.h
blob: 4f9cd3871b99e9fe05709bde538543b219f3b7ed (plain)
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