Searched refs:fpcode (Results 1 – 1 of 1) sorted by relevance
152 FILE *fpcode; in check_synopsis() local156 fpcode = fopen(file_name, "w"); in check_synopsis()157 if (!fpcode) { in check_synopsis()162 fprintf(fpcode, "#include <coap3/coap.h>\n"); in check_synopsis()163 fprintf(fpcode, "#ifdef __GNUC__\n"); in check_synopsis()164 fprintf(fpcode, "#define U __attribute__ ((unused))\n"); in check_synopsis()165 fprintf(fpcode, "#else /* not a GCC */\n"); in check_synopsis()166 fprintf(fpcode, "#define U\n"); in check_synopsis()167 fprintf(fpcode, "#endif /* GCC */\n"); in check_synopsis()168 fprintf(fpcode, "\n"); in check_synopsis()[all …]