9 lines
218 B
C
9 lines
218 B
C
#ifndef INCLUDE_WAYLANDCLIENT_IO_H_
|
|
#define INCLUDE_WAYLANDCLIENT_IO_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
char *read_text_file(char *path);
|
|
uint32_t *read_binary_file(char *path, int *size);
|
|
|
|
#endif // INCLUDE_WAYLANDCLIENT_IO_H_
|