Searched refs:Type (Results 1 – 1 of 1) sorted by relevance
704 #define STRING_ARG(Str, Type, Width) \ in __vfwscanf_internal() argument719 *strptr = (char *) malloc (strsize * sizeof (Type)); \ in __vfwscanf_internal()720 Str = (Type *) *strptr; \ in __vfwscanf_internal()730 Str = ARG (Type *); \ in __vfwscanf_internal()
Completed in 6 milliseconds