Sync()

LONG Sync(VOID)

Sync() syncs filesystems.
Opcode336 (0x0150)
AvailabilityThis function is available under all MiNT versions integrated with MultiTOS.
Binding
move.w	#$0150,-(sp)
trap	#1
addq.l	#2,sp
Return ValueSync() always returns E_OK
CommentsSyncing flushes all filesystems caches and updates the media contents accordingly.
See Also Shutdown()