WIP/cpp -> next #31

已關閉
crtxcr 請求將 16 次提交從 WIP/cpp 合併至 next
共有 7 個檔案被更改,包括 2254 行新增1715 行删除
僅顯示提交 7f083909e6 的變更 - 顯示所有提交

查看文件

@ -10,7 +10,7 @@ clean:
rm -f test testcpp rm -f test testcpp
test: test.c exile.h 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 testcpp: test.cpp exile.h exile.hpp
$(CXX) test.cpp -g $(CXXFLAGS) -o testcpp $(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() int test_mkpath()
{ {
system("rm -rf /tmp/.exile.h/"); system("rm -rf /tmp/.exile.h/");