comparison 3rdparty/packages/uucpbb/src/nmload.c @ 2027:515da1fd1ca4

c3 makefile
author boisy
date Tue, 11 Apr 2006 01:58:34 +0000
parents 5ba8e711a1a3
children
comparison
equal deleted inserted replaced
2026:eb19d87abbd8 2027:515da1fd1ca4
5 5
6 #include <os9.h> 6 #include <os9.h>
7 7
8 #define F_NMLINK 0x21 8 #define F_NMLINK 0x21
9 #define F_NMLOAD 0x22 9 #define F_NMLOAD 0x22
10 #if 0
10 #define F_UNLOAD 0x1d 11 #define F_UNLOAD 0x1d
12 #endif
11 13
12 extern int errno; 14 extern int errno;
13 15
14 16
15 int nmlink (mod, type, lang) 17 int nmlink (mod, type, lang)