Started working on implementing functions related to storage
parent
9c7b6e97eb
commit
9033c1bf09
@ -0,0 +1,7 @@
|
|||||||
|
package sysinfo
|
||||||
|
|
||||||
|
statfs :: struct {
|
||||||
|
f_type: uint,
|
||||||
|
f_bsize: uint,
|
||||||
|
f_blocks: uint
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue