code: purgatorio

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