source: trunk/minix/commands/patch/EXTERN.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 442 bytes
Line 
1/* $Header: /cvsup/minix/src/commands/patch/EXTERN.h,v 1.1.1.1 2005/04/21 14:55:10 beng Exp $
2 *
3 * $Log: EXTERN.h,v $
4 * Revision 1.1.1.1 2005/04/21 14:55:10 beng
5 * Initial import of pre-3.0.1
6 *
7 * Revision 1.1.1.1 2005/04/20 13:33:18 beng
8 * Initial import of minix 2.0.4
9 *
10 * Revision 2.0 86/09/17 15:35:37 lwall
11 * Baseline for netwide release.
12 *
13 */
14
15#undef EXT
16#define EXT extern
17
18#undef INIT
19#define INIT(x)
20
21#undef DOINIT
Note: See TracBrowser for help on using the repository browser.