code: 9ferno

ref: a31cf02fc7b39e78f79bf6d61487aa24aed2854a
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;
};