Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/octopus/port/x/samlog.m

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Samlog: module {

	PATH: con "/dis/o/samlog.dis";

	init :			fn(d: Oxdat);
	eloginsert:	fn(a0: ref Oxedit->Edit, a1: int, a2: string);
	elogdelete:	fn(a0: ref Oxedit->Edit, a1: int, a2: int);
	elogreplace:	fn(a0: ref Oxedit->Edit, a1: int, a2: int, a3: string);
	elogapply:		fn(a0: ref Oxedit->Edit): int;
	elogterm:		fn(a0: ref Oxedit->Edit);

};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.