This website requires JavaScript.
Explore
Help
Sign In
mathieu
/
matos
Watch
1
Star
1
Fork
0
You've already forked matos
Code
Issues
Pull Requests
Releases
Wiki
Activity
a03abab06a
matos
/
userspace
/
math.h
6 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
load userspace from disk
2021-11-05 23:02:23 +01:00
#
pragma once
Reorganize a bit includes like libc
2024-01-29 23:27:10 +01:00
#
include
"stdint.h"
load userspace from disk
2021-11-05 23:02:23 +01:00
#
include
"types.h"
uint32_t
log2
(
uint32_t
x
)
;
Reference in New Issue
Copy Permalink