Searched refs:fpcode (Results 1 – 1 of 1) sorted by relevance
95 FILE *fpcode; in check_synopsis() local99 fpcode = fopen(file_name, "w"); in check_synopsis()100 if (!fpcode) { in check_synopsis()105 fprintf(fpcode, "#include <coap3/coap.h>\n"); in check_synopsis()106 fprintf(fpcode, "#ifdef __GNUC__\n"); in check_synopsis()107 fprintf(fpcode, "#define U __attribute__ ((unused))\n"); in check_synopsis()108 fprintf(fpcode, "#else /* not a GCC */\n"); in check_synopsis()109 fprintf(fpcode, "#define U\n"); in check_synopsis()110 fprintf(fpcode, "#endif /* GCC */\n"); in check_synopsis()111 fprintf(fpcode, "\n"); in check_synopsis()[all …]