HTBasic Help
×
Menu
Index

Include File Listings

 
This section lists the include files provided with the CSUB Toolkit. They define the various HTBasic data types, structures, keyboard and display routines. Include the csubw.h file. For example:
 
#include "csub.h"
 
For C language programs that require floating point math include the math.h file if creating a CSUB in the C program file. For example:
 
#include "cmath.h"