This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
PUBLIC_REPOS
/
buildroot
同期ミラー
git://git.buildroot.net/buildroot
ウォッチ
2
スター
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);
-}