home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
jove-4.16-src.tgz
/
tar.out
/
bsd
/
jove
/
fmt.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
980b
|
25 lines
/************************************************************************
* This program is Copyright (C) 1986-1996 by Jonathan Payne. JOVE is *
* provided to you without charge, and with no warranty. You may give *
* away copies of JOVE, including sources, provided that this notice is *
* included in all the files. *
************************************************************************/
#define MESG_SIZE 128
extern char mesgbuf[MESG_SIZE];
#define PPWIDTH 5 /* maximum width of PPchar output: "\\000\0" */
extern void
format proto((char *buf, size_t len, const char *fmt, va_list ap)),
PPchar proto((ZXchar c, char *cp)),
add_mess proto((const char *, ...)),
f_mess proto((const char *, ...)),
fwritef proto((File *, const char *, ...)),
writef proto((const char *, ...)),
s_mess proto((const char *, ...)),
swritef proto((char *, size_t, const char *, ...));
extern char
*sprint proto((const char *, ...));