introduced the string(3L) module
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "macro.h"
|
||||
#include "idf.h"
|
||||
#include "interface.h"
|
||||
#include "string.h"
|
||||
|
||||
PRIVATE struct mkey {
|
||||
char *mk_reserved;
|
||||
@@ -30,6 +29,8 @@ PRIVATE struct mkey {
|
||||
{0, K_UNKNOWN}
|
||||
};
|
||||
|
||||
char *strcpy();
|
||||
|
||||
EXPORT
|
||||
init_pp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user