2009-09-10 09:59:26 +00:00
|
|
|
;
|
|
|
|
; Oliver Schmidt, 10.9.2009
|
|
|
|
;
|
|
|
|
; Default ProDOS 8 I/O buffer management
|
|
|
|
;
|
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.export iobuf_alloc, iobuf_free
|
|
|
|
.import _posix_memalign, _free
|
2009-09-10 09:59:26 +00:00
|
|
|
|
|
|
|
iobuf_alloc := _posix_memalign
|
|
|
|
iobuf_free := _free
|