tesseract
3.03
|
00001 00002 // File: strtok_r.h 00003 // Description: Header file for strtok_r.cpp 00004 // source: https://github.com/heimdal/heimdal/blob/master/lib/roken/ 00005 // strtok_r.c 00006 // Author: zdenop 00007 // Created: Fri Aug 12 23:55:06 CET 2011 00008 // 00009 // (C) Copyright 2011, Google Inc. 00010 // Licensed under the Apache License, Version 2.0 (the "License"); 00011 // you may not use this file except in compliance with the License. 00012 // You may obtain a copy of the License at 00013 // http://www.apache.org/licenses/LICENSE-2.0 00014 // Unless required by applicable law or agreed to in writing, software 00015 // distributed under the License is distributed on an "AS IS" BASIS, 00016 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00017 // See the License for the specific language governing permissions and 00018 // limitations under the License. 00019 // 00021 00022 #ifndef VS2010_PORT_STRTOK_R_H_ 00023 #define VS2010_PORT_STRTOK_R_H_ 00024 00025 char *strtok_r(char *s1, const char *s2, char **lasts); 00026 00027 #endif // VS2010_PORT_STRCASESTR_H_