This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
954843c486
Branches
Tags
View all branches
v
/
vlib
/
runtime
History
Delyan Angelov
d63f395061
runtime: simplify nr_cpus
2022-01-19 19:29:29 +02:00
..
README.md
docs: adding skeleton README.md files for all vlib modules (
#13034
)
2022-01-05 18:06:08 +02:00
runtime_nix.c.v
runtime: simplify nr_cpus
2022-01-19 19:29:29 +02:00
runtime_test.v
tools: check formatting of more modules with
v test-cleancode
, colorize
v vet
output
2021-03-24 12:39:39 +02:00
runtime_windows.c.v
tools: check formatting of more modules with
v test-cleancode
, colorize
v vet
output
2021-03-24 12:39:39 +02:00
runtime.v
all: update copyright year
2022-01-04 12:21:12 +03:00
README.md
Description:
runtime
provides access to functions describing the current platform:
whether it is 32bit or 64bit
how many CPUs/cores are available
whether the platform is little endian or big endian
etc.