LONG Sync(VOID)
Sync() syncs filesystems. | |
Opcode | 336 (0x0150) |
Availability | This function is available under all MiNT versions integrated with MultiTOS. |
Binding |
move.w #$0150,-(sp) trap #1 addq.l #2,sp |
Return Value | Sync() always returns E_OK |
Comments | Syncing flushes all filesystems caches and updates the media contents accordingly. |
See Also | Shutdown() |