6 lines
75 B
C
6 lines
75 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint8_t * file_read(const char * path);
|