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