Gregory Nutt
|
81645fe18f
|
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.
|
2017-02-16 15:58:15 -06:00 |
|
Gregory Nutt
|
e82a54bf18
|
Reserver the name 'err' for other purposes
|
2016-06-11 14:49:55 -06:00 |
|
Gregory Nutt
|
846dd0e45d
|
Fixes for more cppcheck complaints. Mostly cosmetic
|
2014-11-25 15:14:28 -06:00 |
|
Gregory Nutt
|
053162a7c5
|
BAS: Editor and shell commands are now configurable
|
2014-11-24 08:41:04 -06:00 |
|
Gregory Nutt
|
4db4ea2bbd
|
Rename all C files in apps/interpreters/bas to begin with bas_ in order to avoid future name collisions in libapps.a
|
2014-11-11 12:34:00 -06:00 |
|