VMS Help CC, Language topics, Builtin Functions, Scan Characters *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The _SCANC function locates the first character in a string with the desired attributes. The attributes are specified through a table and a mask. Syntax: unsigned short _SCANC(unsigned short __length, const char *__string, const char *__table, char __mask, ...); where the optional argument (...) is char **match.
|