projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
a "replacement" for awk and sed
[p5sagit/p5-mst-13.2.git]
/
EXTERN.h
1
/* $Header: EXTERN.h,v 1.0 87/12/18 13:02:26 root Exp $
2
*
3
* $Log: EXTERN.h,v $
4
* Revision 1.0 87/12/18 13:02:26 root
5
* Initial revision
6
*
7
*/
8
9
#undef EXT
10
#define EXT extern
11
12
#undef INIT
13
#define INIT(x)
14
15
#undef DOINIT