convert line ends
[canaan.git] / prj / tech / libsrc / lg / lgprntf.h
blobe49e9add5d625d62cfac898314666780540b3e79
1 /*
2 * $Source: r:/prj/lib/src/lg/rcs/lgprntf.h $
3 * $Revision: 1.1 $
4 * $Author: kaboom $
5 * $Date: 1994/08/04 22:33:13 $
7 * prototypes for no-floats baby printf.
8 */
10 #ifndef __LGPRNTF_H
11 #define __LGPRNTF_H
12 #include <stdarg.h>
14 extern int lg_vprintf(char *fmt,va_list arg);
15 extern int lg_printf(char *fmt,...);
16 #endif /* !__PRINTF_H */