Update src/lcpex/helpers.h

This commit is contained in:
2024-02-08 10:44:33 +00:00
parent cddc271ac7
commit 0f35e752d3

View File

@@ -16,6 +16,6 @@ enum CHILD_PIPE_NAMES {
#define BUFFER_SIZE 1024
ssize_t write_all(int fd, const void *buf, size_t count);
#endif //LCPEX_HELPERS_H