From b786f20bbab5a59046aa78a2c6c2a11536497202 Mon Sep 17 00:00:00 2001 From: bhgv Date: Thu, 1 Mar 2018 16:54:45 +0200 Subject: inferno-os tree was separated from the inferno-os-android (separated from the Android driver) --- module/csv.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 module/csv.m (limited to 'module/csv.m') diff --git a/module/csv.m b/module/csv.m new file mode 100644 index 0000000..059d97e --- /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; +}; -- cgit v1.2.3