;The .h file for each expansion may be called with either ;"initialize" or "routines" defined. #ifdef intialize ; In this section, we report the title of the module, and ; set how many TSP bytes we need to allocate to it. # msg . Sample expansion...DO NOT COMPILE # define tspsize 0 #elif routines ; Now we define the following routines by their name in ; the source files. If a routine is not needed, it may ; be #defined as $0000 here, or given a routine name and ; #defined as $0000 in the source file. # define name name_skeleton # define readme readme_skeleton # define init init_skeleton # define xalloc xalloc_skeleton # define xpage xpage_skeleton # define xfree xfree_skeleton # define xrealloc xrealloc_skeleton # define losecontext losecontext_skeleton # define getcontext getcontext_skeleton #endif