ossources icon indicating copy to clipboard operation
ossources copied to clipboard

Results 2 ossources issues
Sort by recently updated
recently updated
newest added

- Add missing includes for some files (previously they depended on implicit declarations, which is not standard). - Fix some format strings. - Add a `Makefile` for `ipc/pipe` directory.

I think there is a typo at line 19 in pipe1.c under /ipc/pipe/ directory. It must be close(fd[0]) not close(fd[1]).