code: 9ferno

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