N
AME
start_new_program
- start building a new 'struct program'
S
YNTAX
#include "program.h"
void start_new_program(void);
D
ESCRIPTION
This function initalizes a new 'struct program' to be be fitted with functions, variables, inherits etc. etc.
K
EYWORDS
program
S
EE
A
LSO
end_c_program
,
add_function
and
add_storage