|
|
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: _dtefg()
9: {
10: fprintf(stderr,
11: "\nYou must compile with the -f flag to include printf() floating point.\n"
12: );
13: exit(1);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.