diff options
| author | rsc <rsc> | 2006-09-06 16:36:54 +0000 | 
|---|---|---|
| committer | rsc <rsc> | 2006-09-06 16:36:54 +0000 | 
| commit | d90113b638ce1324544f8aaf75daa0d414907a33 (patch) | |
| tree | a50f4d4b44c253d0ce5f700718e83b27f078dc06 | |
| parent | 0992df4b90beac0447297806943ac4b6b2ced46e (diff) | |
| download | xv6-labs-d90113b638ce1324544f8aaf75daa0d414907a33.tar.gz xv6-labs-d90113b638ce1324544f8aaf75daa0d414907a33.tar.bz2 xv6-labs-d90113b638ce1324544f8aaf75daa0d414907a33.zip | |
tweak
| -rw-r--r-- | runoff.list | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/runoff.list b/runoff.list index 26fc480..37bfe2c 100644 --- a/runoff.list +++ b/runoff.list @@ -46,8 +46,10 @@ fs.c  bio.c  ide.c -# pipe and string library +# pipes  pipe.c + +# string operations  string.c  # low-level PC | 
