home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
VISUAL_B
/
CODIGO_1
/
DLL_MAKE
/
SIMPLE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-09
|
162 b
|
10 lines
// Header file for Simple DLL
#ifndef __SIMPLE_H
#define __SIMPLE_H
#include <windows.h>
extern "C" int FAR pascal _export SquareInt( int x );
#endif