Home
last modified time | relevance | path

Searched defs:tnalloc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsbase.h713 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0) macro
718 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n))) macro