home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tools
/
WinSN5.0Ver.iso
/
NETSCAP.50
/
WIN1998.ZIP
/
ns
/
dbm
/
macbuild
/
macstubs.c
< prev
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-04-08
|
134 b
|
9 lines
// Hack to define a never-called routine from libdbm
#include "mcom_db.h"
int mkstemp(const char* /*path*/)
{
return -1;
}