Searched refs:hf (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/port/
H A Dlcgen.c282 FILE* hf; local
300 if (!(hf = fopen(hdr, "w")))
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
317 fprintf(hf, "#pragma prototyped\n");
318 fprintf(hf, "\n");
319 fprintf(hf, "#ifndef _LC_H\n");
320 fprintf(hf, "#define _LC_H\t\t\t1\n");
321 fprintf(hf, "\n");
322 fprintf(hf, "#include <ast.h>\n");
323 fprintf(hf, "\
[all...]

Completed in 9 milliseconds