Struct ZICompileResult#

struct ZICompileResult

Defines the return structure for ziAPICompileSeqC.

Public Members

uint8_t *elf

ELF binary output.

unsigned int size

Size of ELF data.

char *extra

Zero-terminated JSON string with extra information. The “message” element contains the compiler output.