home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: SysTools
/
SysTools.zip
/
sysl10.zip
/
test.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
|
1998-05-31
|
194 b
|
11 lines
#include <os2.h>
#include "logger.h"
main(VOID)
{
Logger("localhost", // Hostname
3000, // IP-Port
"Testmessage"); // Message
}