introduced the string(3L) module

This commit is contained in:
erikb
1986-03-26 16:58:43 +00:00
parent dc106691e0
commit 7c5b41eec7
11 changed files with 184 additions and 39 deletions

View File

@@ -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()
{