This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-26 01:20:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
32755aeb60
ladybird
/
Userland
/
false.cpp
7 lines
64 B
C++
Raw
Normal View
History
Unescape
Escape
Build LibC and Userland with clang as well.
2018-11-09 13:29:00 +00:00
#
include
<sys/cdefs.h>
int
main
(
int
,
char
*
*
)
Add /bin/false and /bin/true for fun. :^)
2018-10-25 19:39:37 +00:00
{
return
1
;
}
Reference in a new issue
Copy permalink