C API ZICompileResult Struct
Defines the return structure for ziAPICompileSeqC.
Name |
Type |
Description |
elf |
uint8_t * |
ELF binary output.
|
size |
unsigned int |
Size of ELF data.
|
extra |
char * |
Zero-terminated JSON string with extra information. The "message" element contains the compiler output.
|