code: 9ferno

ref: 897ab0913d20930339f244c3ee031b53a229747d
dir: /module/csv.m/

View raw version
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;
};