Update some C++ header files

This commit is contained in:
Gregory Nutt
2017-02-14 07:48:54 -06:00
parent 2325ea4a45
commit 6bcace62a8
5 changed files with 76 additions and 15 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
//***************************************************************************
// include/cxx/cstring
//
// Copyright (C) 2009-2012 Gregory Nutt. All rights reserved.
// Copyright (C) 2009-2012, 2017 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <gnutt@nuttx.org>
//
// Redistribution and use in source and binary forms, with or without
@@ -62,6 +62,8 @@ namespace std
using ::strncmp;
using ::strcasecmp;
using ::strncasecmp;
using ::strcoll;
using ::stpcpy;
using ::strcpy;
using ::strncpy;
using ::strpbrk;
@@ -73,6 +75,7 @@ namespace std
using ::strcasestr;
using ::strtok;
using ::strtok_r;
using ::strxfrm;
using ::memchr;
using ::memccpy;