repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
lg
/
lgprntf.h
blob
e49e9add5d625d62cfac898314666780540b3e79
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 $
6
*
7
* prototypes for no-floats baby printf.
8
*/
9
10
#ifndef __LGPRNTF_H
11
#define __LGPRNTF_H
12
#include <stdarg.h>
13
14
extern
int
lg_vprintf
(
char
*
fmt
,
va_list
arg
);
15
extern
int
lg_printf
(
char
*
fmt
,...);
16
#endif
/* !__PRINTF_H */