Changed the style for the foreign block

master
Ronald1985 2 years ago
parent 87d608cdf4
commit 608eadf5e2

@ -2,6 +2,7 @@ package sysinfo
import c "core:c/libc"
@(default_calling_convention = "c") foreign {
@(default_calling_convention = "c")
foreign {
statvfs :: proc(path: cstring, stat: ^Sys_statvfs) -> c.int ---
}

Loading…
Cancel
Save