mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Review and update some board configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4991 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+8
-4
@@ -1,7 +1,7 @@
|
||||
//***************************************************************************
|
||||
// include/cxx/cstring
|
||||
//
|
||||
// Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
// Copyright (C) 2009-2012 Gregory Nutt. All rights reserved.
|
||||
// Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
@@ -50,7 +50,7 @@
|
||||
namespace std
|
||||
{
|
||||
using ::size_t;
|
||||
using ::strchr;
|
||||
|
||||
using ::strdup;
|
||||
using ::strndup;
|
||||
using ::strerror;
|
||||
@@ -70,12 +70,16 @@ namespace std
|
||||
using ::strspn;
|
||||
using ::strcspn;
|
||||
using ::strstr;
|
||||
using ::strcasestr;
|
||||
using ::strtok;
|
||||
using ::strtok_r;
|
||||
using ::memset;
|
||||
using ::memcpy;
|
||||
|
||||
using ::memchr;
|
||||
using ::memccpy;
|
||||
using ::memcmp;
|
||||
using ::memcpy;
|
||||
using ::memmove;
|
||||
using ::memset;
|
||||
}
|
||||
|
||||
#endif // __INCLUDE_CXX_CSTRING
|
||||
|
||||
Reference in New Issue
Block a user