WIP/cpp -> next #31

بسته شده
crtxcr قصد ادغام 16 تغییر را از WIP/cpp به next دارد
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

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است Diff را بارگزاری کن

1746
exile.h

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است 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/");