mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: check formatting of more modules with v test-cleancode
, colorize v vet
output
This commit is contained in:
@ -4,8 +4,9 @@ import os
|
||||
|
||||
[typedef]
|
||||
struct C.SYSTEM_INFO {
|
||||
dwNumberOfProcessors u32
|
||||
dwNumberOfProcessors u32
|
||||
}
|
||||
|
||||
fn C.GetSystemInfo(&C.SYSTEM_INFO)
|
||||
|
||||
// nr_cpus returns the number of virtual CPU cores found on the system.
|
||||
|
Reference in New Issue
Block a user