home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
CLASSSRC.PAK
/
OS2MAIN.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
897b
|
19 lines
/*------------------------------------------------------------------------*/
/* */
/* OS2MAIN.CPP */
/* */
/* Copyright (c) 1991, 1994 Borland International */
/* All Rights Reserved */
/* */
/* Provides the initialization function for the DLL version */
/* of the class libraries */
/* */
/*------------------------------------------------------------------------*/
int main()
{
return 0;
}