WIP/cpp -> next #31

已关闭
crtxcr 请求将 16 次代码提交从 WIP/cpp 合并至 next
共有 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/");