Property definitions

core $ NativeFile :: io_open_write
	new io_open_write(path: CString) `{ return fopen(path, "w"); `}
lib/core/file.nit:1562,2--64