This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-12-08 06:09:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
19c31d1617
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 14:29:00 +01:00
#
include
<sys/cdefs.h>
int
main
(
int
,
char
*
*
)
Add /bin/false and /bin/true for fun. :^)
2018-10-25 21:39:37 +02:00
{
return
1
;
}
Reference in a new issue
Copy permalink