FreeDOS/kernel/iprf.c

7 lines
181 B
C
Raw Permalink Normal View History

2012-10-15 02:08:06 +02:00
/* init code printf */
/* simply include prf.c while defining */
/* _INIT: reduces command line length */
/* and simplifies make procedure */
#define _INIT 1
#include "prf.c"