-
Notifications
You must be signed in to change notification settings - Fork 0
APIs
Liam Barry edited this page Sep 21, 2018
·
5 revisions
Pointer APUG_Init()
must be called first to create an engine instance.
Be sure to deallocate the pointer when you are finished with it.
Used to add variables to the apug script when generated.
void APUG_AddVar ( Pointer engine : String name : String value )
Used to generate HTML from an apug source. Returns a pointer to a null terminated string.
Pointer APUG_Execute ( Pointer engine : String path )