Update src/lcpex/helpers.h

master
Christopher M. Punches 2024-02-08 10:44:33 +00:00
parent cddc271ac7
commit 0f35e752d3
1 changed files with 1 additions and 1 deletions

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