home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Hacker 2003
/
Power_Hacker_2003.iso
/
E-zine
/
Magazines
/
crh
/
freebsd
/
rootkit
/
rootkitutil.h
< 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
|
2002-05-27
|
263 b
|
24 lines
#define ERR(a) {\
fprintf(stderr,"%s: ",pg);\
perror(a);\
exit(1);\
}
#define BASENAME(a) {\
if((pg=(char *)strrchr(a,'/'))) {\
pg++;\
}\
else {\
pg=a;\
}\
}
#define USAGE(a) {\
fprintf(stderr,"Usage: %s %s\n",pg,a);\
exit(1);\
}
char *pg;
#define RK_PROG pg