Home
last modified time | relevance | path

Searched refs:main (Results 1 – 6 of 6) sorted by relevance

/tinycbor-2.7.6/
DMakefile.configure6 PROGRAM-open_memstream = extern int open_memstream(); int main() { return open_memstream(); } function
7 PROGRAM-funopen = extern int funopen(); int main() { return funopen(); } function
8 PROGRAM-fopencookie = extern int fopencookie(); int main() { return fopencookie(); } function
9 PROGRAM-gc_sections = int main() {} function
14 PROGRAM-cjson += int main() { return cJSON_False; } function
DDoxyfile892 # is part of the input, its contents will be placed on the main page
/tinycbor-2.7.6/tools/cbordump/
Dcbordump.c89 int main(int argc, char **argv) in main() function
/tinycbor-2.7.6/examples/
Dsimplereader.c154 int main(int argc, char **argv) in main() function
/tinycbor-2.7.6/src/
Dcbor.dox28 * optimized for very fast operation with very small footprint. The main encoder
41 * The <cbor.h> is the main header in TinyCBOR and defines the constants used by most functions
/tinycbor-2.7.6/tools/json2cbor/
Djson2cbor.c396 int main(int argc, char **argv) in main() function