WIP/cpp -> next #31

クローズ
crtxcrWIP/cpp から next への 16 コミットのマージを希望しています
4個のファイルの変更1864行の追加1726行の削除
コミット 7f083909e6 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@@ -10,7 +10,7 @@ clean:
rm -f test testcpp
test: test.c exile.h
$(CC) test.c -g $(CFLAGS) -o test
$(CC) test.c exile.c -g $(CFLAGS) -o test
testcpp: test.cpp exile.h exile.hpp
$(CXX) test.cpp -g $(CXXFLAGS) -o testcpp

1841
exile.c ノーマルファイル

ファイル差分が大きすぎるため省略します 差分を読み込み

1746
exile.h

ファイル差分が大きすぎるため省略します 差分を読み込み

1
test.c
ファイルの表示

@@ -489,6 +489,7 @@ int test_no_new_fds()
}
extern int mkpath(const char *p, mode_t mode, int baseisfile);
int test_mkpath()
{
system("rm -rf /tmp/.exile.h/");