This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
PUBLIC_REPOS
/
buildroot
mirror of
git://git.buildroot.net/buildroot
Xem
2
Star
1
Fork
0
Các tập tin
Browse Source
test file, no longer needed
Eric Andersen
20 năm trước cách đây
mục cha
302ea19e5e
commit
21c7c4c26b
1 tập tin đã thay đổi
với
0 bổ sung
và
8 xóa
Split View
Hiển thị tình trạng sai khác
0
8
tiny.c
+ 0
- 8
tiny.c
Xem Tập Tin
@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
- _exit(42);
-}