mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-09 10:16:33 +00:00
strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
This commit is contained in:
parent
eb93aff49b
commit
9a89d0eb9e
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <strings.h>
|
||||
#include <dirent.h>
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue