This website requires JavaScript.
Explore
Help
Sign In
tristan
/
ZealOS
Watch
1
Star
0
Fork
You've already forked ZealOS
0
mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced
2024-12-26 15:26:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
eac6284cea
ZealOS
/
zealbooter
/
print.h
7 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Add #include guards to zealbooter library files using ifndef and endif.
2022-09-08 22:46:29 +01:00
#
ifndef __PRINT_H__
#
define __PRINT_H__
Change ZealBooter library files to verifiably Public Domain implementations.
2022-09-08 06:57:22 +01:00
int
printf
(
const
char
*
format
,
.
.
.
)
;
Add #include guards to zealbooter library files using ifndef and endif.
2022-09-08 22:46:29 +01:00
#
endif
// __PRINT_H__
Reference in a new issue
Copy permalink