home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
window
/
winclip
/
source.h
< 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
|
1991-02-03
|
279 b
|
14 lines
/*** SOURCE.H ***/
/* Written By P.A. McKenzie
* The C Window Library
* Copyright (C) 1990 All Rights Reserved
*/
#if defined (SOURCE)
#define SOURCE_LINE __LINE__
#define SOURCE_FILE __FILE__
#else
#define SOURCE_LINE 0
#define SOURCE_FILE ""
#endif