Next: , Previous: , Up: Miscellaneous Functions   [Index]


3.22.5.3 x1f4_get_function

extern void x1f4_get_function
    (const char *name, unsigned size, const void *context,
     const struct x1f4_function_type **function);

The x1f4_get_function function looks up the struct x1f4_function_type definition for a size long function name stored at name, in the context lookup context.

See Defining Function Sets.

The context is assumed a libaime named objects collection, operable via the named objects collection routines and mapping function names for struct x1f4_function_type function definitions.

See Named Objects Collections.

See struct x1f4_function_type.

The function returns 0 for lookup success, non zero otherwise.