gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/makecom/files.h
1 #ifndef _FILES_H
2 #define _FILES_H
3
4 uint8_t * file_read_into_buffer(char * filename, uint32_t *ret_size);
5 bool file_write_from_buffer(char * filename, uint8_t * p_buf, uint32_t data_len);
6
7 #endif // _FILES_H
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.