This website works better with JavaScript
홈
탐색
도움말
로그인
PUBLIC_REPOS
/
buildroot
의 미러
git://git.buildroot.net/buildroot
Watch
2
Star
1
포크
0
파일
소스 검색
test file, no longer needed
Eric Andersen
20 년 전
부모
302ea19e5e
커밋
21c7c4c26b
1개의 변경된 파일
과
0개의 추가작업
그리고
8개의 파일을 삭제
분할 보기
변경상태 보기
0
8
tiny.c
+ 0
- 8
tiny.c
파일 보기
@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
- _exit(42);
-}