8 lines
124 B
C
8 lines
124 B
C
|
#include <lib.h>
|
||
|
#define sync _sync
|
||
|
|
||
|
PUBLIC int sync()
|
||
|
{
|
||
|
return(_callm1(FS, SYNC, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR));
|
||
|
}
|