7 lines
103 B
C
7 lines
103 B
C
|
#include "lib.h"
|
||
|
|
||
|
PUBLIC int sync()
|
||
|
{
|
||
|
return callm1(FS, SYNC, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
|
||
|
}
|