Sagui library v3.5.0
Cross-platform library which helps to develop web servers or frameworks.
|
#include <sagui.h>
Data Fields | |
sg_expr_func | func |
const char * | identifier |
void * | cls |
Handle for the mathematical expression evaluator extension.
sg_expr_func func |
User-defined function to be executed at run time in a mathematical expression.
const char* identifier |
Null-terminated to identify the function.
void* cls |
User-defined closure.