Definition in file factory_library.c.
Include dependency graph for factory_library.c:
Go to the source code of this file.
Functions | |
int | flFactoryMethod (factory_method_t fm, factory_library_op_t op, int tag,...) |
Wrapper function that calls a given factory_method_t with the arguments given on the stack. |
|
Wrapper function that calls a given factory_method_t with the arguments given on the stack.
Definition at line 24 of file factory_library.c. References factory_method_t, FLO_MAX, FLO_MIN, and require. Referenced by FactoryLibrary_ltdl::Hey(), and scan_file(). |