shithub: mc

ref: 3a884b83d030cd14cf4ee631b5b474fb411c976a
dir: /lib/inifile/write.myr/

View raw version
use std
use bio

use "types.use"

pkg inifile =
	const write	: (ini : inifile#, path : byte[:]	-> bool)
;;

const write = {ini, path
	-> true
}