WIP/cpp -> next #31

닫힘
crtxcr "WIP/cpp 에서 next 로 16 commits 를 머지하려 합니다"
4개의 변경된 파일1864개의 추가작업 그리고 1726개의 파일을 삭제
Showing only changes of commit 7f083909e6 - Show all commits

파일 보기

@ -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 Normal file

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다. Load Diff

1746
exile.h

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다. Load Diff

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/");