Next: , Previous: , Up: Imperative Language Interpreter Functions   [Index]


5.9.3.11 x1f4_link_program

extern int x1f4_link_program
    (void *program);

The x1f4_link_program function executes the program program.

See Imperative Program Execution.

If successful, the function returns 0. Non zero is returned for failure.

See Functions.

See struct x1f4_function_type.

See Prefix Unary Operators.

See Infix Binary Operators.

See struct x1f4_operator_type.