summaryrefslogtreecommitdiff
path: root/module/csv.m
blob: 059d97ecfff487b9db62e9eedaff4108c4c1fa1d (plain)
1
2
3
4
5
6
7
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;
};