diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-30 21:29:14 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-30 21:29:14 +0000 |
| commit | 0e96539ff7cff23233d3f0a64bb285b385a3a1f4 (patch) | |
| tree | 5e5363878c35855f236b12cd85ae13d9102b42bc /module/csv.m | |
| parent | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (diff) | |
20061219
Diffstat (limited to 'module/csv.m')
| -rw-r--r-- | module/csv.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/module/csv.m b/module/csv.m new file mode 100644 index 00000000..059d97ec --- /dev/null +++ b/module/csv.m @@ -0,0 +1,8 @@ +CSV: module +{ + PATH: con "/dis/lib/csv.dis"; + + init: fn(b: Bufio); + getline: fn(fd: ref Bufio->Iobuf): list of string; + quote: fn(s: string): string; +}; |
