mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Update some C++ header files
This commit is contained in:
+4
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user