#ifndef INCLUDE_WAYLANDCLIENT_IO_H_ #define INCLUDE_WAYLANDCLIENT_IO_H_ #include char *read_text_file(char *path); uint32_t *read_binary_file(char *path, int *size); #endif // INCLUDE_WAYLANDCLIENT_IO_H_