Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
399 B

/***
*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"