0855648f58
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@323 6ac86273-5f31-0410-b378-82cca8765d1b
7 lines
181 B
C
7 lines
181 B
C
/* init code printf */
|
|
/* simply include prf.c while defining */
|
|
/* _INIT: reduces command line length */
|
|
/* and simplifies make procedure */
|
|
#define _INIT 1
|
|
#include "prf.c"
|