APIs - worksofliam/apug GitHub Wiki
APUG_Init
Pointer APUG_Init()
must be called first to create an engine instance.
Be sure to deallocate the pointer when you are finished with it.
APUG_AddVar
Used to add variables to the apug script when generated.
Parameters
void APUG_AddVar ( Pointer engine : String name : String value )
APUG_Execute
Used to generate HTML from an apug source. Returns a pointer to a null terminated string.
Parameters
Pointer APUG_Execute ( Pointer engine : String path )