/*** *strtok_s.c - tokenize a string with given delimiters * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines strtok_s() - breaks string into series of token * via repeated calls. * *******************************************************************************/ #include #include #define _FUNC_PROLOGUE #define _FUNC_NAME strtok_s #include