home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
debuggers
/
syslog17.lha
/
Syslog
/
examples
/
SyslogTest.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-19
|
226 b
|
13 lines
#include <syslog.h>
int main(void)
{
initsyslog();
syslog0("This is a nice and entertaining testmessage\n");
syslog0("brought to you by %s!\n", "syslog");
uninitsyslog();
return 0;
}