D | bootstd.h | 59 #define _bsc1(type,name,atype,a) \ argument 60 type name(atype a) \ 71 #define _bsc2(type,name,atype,a,btype,b) \ argument 72 type name(atype a, btype b) \ 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 85 type name(atype a, btype b, ctype c) \ 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 100 type name(atype a, btype b, ctype c, dtype d) \ 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 116 type name(atype a, btype b, ctype c, dtype d, etype e) \
|