fcntl issues compiling C++
{net04:~/xxxx/wip} gcc -o write_test write_test.c In file included from write_test.c:4: global.h:10: warning: `b' initialized and declared `extern' This code uses fcntl.h and the file-handling functions defined - like open(), write(), close() etc.. The code compiles and works as intended. {net04:~/xxxx/wip} gcc -o write_test write_t...