|
|
1.1 root 1: /*
2: * libc/stdio/_fdtefg.c
3: *
4: * Dummy routine _dtefg() for floating point output conversion,
5: * so programs which don't use floating point can stay small.
6: */
7:
8: #include <stdio.h>
9:
10: /* char *_dtefg() for consistency with <stdio.h>, this one is void _dtefg(). */
11: char *
12: _dtefg()
13: {
14: fprintf(stderr,
15: "\nYou must compile with the -f flag to include printf() floating point.\n"
16: );
17: exit(1);
18: }
19:
20: /* end of libc/stdio/_fdtefg.c */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.