This website requires JavaScript.
Explore
Help
Sign In
ENGO150
/
WHY2
Template
Watch
1
Star
1
Fork
0
You've already forked WHY2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Activity
WHY2
/
include
/
memory.h
6 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
created memory header & source file abcdefghijklmnopqrstuvwxyz
2023-01-29 20:19:29 +01:00
#
ifndef WHY2_MEMORY_H
#
define WHY2_MEMORY_H
declared why2_malloc
2023-01-29 20:25:32 +01:00
void
*
why2_malloc
(
unsigned
long
size
)
;
created memory header & source file abcdefghijklmnopqrstuvwxyz
2023-01-29 20:19:29 +01:00
#
endif
Reference in New Issue
Copy Permalink