This website requires JavaScript.
Explore
Help
Sign In
ext
/
caos-with-snake
Watch
1
Star
0
Fork
0
You've already forked caos-with-snake
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
caos-with-snake
/
lib
/
mem.h
6 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Add lib/mem.*.
2022-12-13 19:12:31 +03:00
#
pragma once
Fix build.
2025-01-17 21:46:47 +04:00
void
freerange
(
void
*
vstart
,
void
*
vend
)
;
void
*
kalloc
(
void
)
;
void
kfree
(
char
*
)
;
Reference in New Issue
Copy Permalink