comparison zotnet/bboards/llib-lbboards @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bce86c4163a3
1 /* LINTLIBRARY */
2
3 #include "../bboards/bboards.h"
4 #include <pwd.h>
5
6 int endbbent() { return endbbent(); }
7 struct bboard *getbbaka (a) char *a; { return getbbaka (a); }
8 struct bboard *getbbcpy (b) struct bboard *b; { return getbbcpy (b); }
9 int getbbdist(b,a) struct bboard *b; int (*a) ();{ return getbbdist(b,a); }
10 struct bboard *getbbent () { return getbbent (); }
11 char *getbberr () { return getbberr (); }
12 struct bboard *getbbnam (n) char *n; { return getbbnam (n); }
13 long getbbtime () { return getbbtime (); }
14 int ldrbb(b) struct bboard *b; { return ldrbb(b); }
15 int ldrchk(b) struct bboard *b; { return ldrchk(b); }
16 void make_lower (a,b) char *a, *b; { make_lower (a, b); }
17 int setbbent(f) { return setbbent(f); }
18 int setbbfile(g,f) char *g; { return setbbfile(g,f); }
19 int setbbinfo(u,g,f) char *u,*g; { return setbbinfo(u,g,f); }
20 int setpwinfo(p,g,f) struct passwd *p; char *g;
21 { return setpwinfo(p,g,f); }