clean up when finished.
don't set PLAN9 don't set PLAN9
This commit is contained in:
parent
e15e6c0820
commit
1b135a7805
45 changed files with 294 additions and 60 deletions
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=libString.a
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include <libc.h>
|
||||
#include "libString.h"
|
||||
|
||||
#undef isspace
|
||||
#define isspace(c) ((c)==' ' || (c)=='\t' || (c)=='\n')
|
||||
|
||||
/* Get the next field from a String. The field is delimited by white space,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue