Searched defs:S_REALLOC_N (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck.h80 #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) macro

Completed in 106 milliseconds