add PL_strtok_r

This commit is contained in:
Michael Jerris
2012-12-17 22:50:34 -05:00
parent 86487ed459
commit a4923bbe54
8 changed files with 104 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//#include "plstr.h"
#include "plstr.h"
#include "cpr_types.h"
#include "cpr_time.h"
#include "cpr_stdio.h"

View File

@@ -15,7 +15,7 @@
#include <errno.h>
#include <limits.h>
//#include "plstr.h"
#include "plstr.h"
#include "cpr_types.h"
#include "cpr_stdio.h"
#include "cpr_stdlib.h"

View File

@@ -9,7 +9,7 @@
* CCAPI callids, conversion from CCAPI to SIP cause codes and the
* like.
*/
//#include "plstr.h"
#include "plstr.h"
#include "cpr_types.h"
#include "cpr_stdlib.h"
#include "cpr_string.h"