/*** *plstrpbr(k).c - * * Copyright (c) 1985-1995, Microsoft Corporation. All rights reserved. * *Purpose: * The function strpbrk is mostly common code with strspn in strspn.c. * *Revision History: * ??-??-?? ??? Module created. * 02-24-95 SKS Added standard comment header * *******************************************************************************/ #define SSTRPBRK #include "plstrspn.c"