This website requires JavaScript.
Explore
Help
Sign in
tailix
/
libkernaux
Watch
1
Star
0
Fork
You've already forked libkernaux
0
mirror of
https://github.com/tailix/libkernaux.git
synced
2025-02-17 15:45:32 -05:00
Code
Releases
Activity
7a06114ab6
libkernaux
/
tests
/
test_multiboot2_header_validation.c
10 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Add files
2022-01-13 18:50:51 +05:00
#
ifdef HAVE_CONFIG_H
#
include
"config.h"
#
endif
int
main
(
)
{
Add TODOs
2022-01-14 12:20:39 +05:00
// TODO: write this
Add files
2022-01-13 18:50:51 +05:00
return
0
;
}
Copy permalink