Using the C API: Two Approaches
Using the C API, you can:
Call ACUCOBOL-GT programs from C
Call the ACUCOBOL-GT runtime from a C main program.
You can use the same basic method to perform both of these tasks.
Simple Use Case for acu_cobol()
Calling the Runtime From a C Main Program
Calling COBOL Routines
Exception Handling
Unloading Programs from Memory
Signal Handling
Setting a Debug Method with acu_cobol()
Parent topic:
Working with C and C++ Programs