jvm/c/file.h
2024-12-23 14:41:20 -06:00

6 lines
75 B
C

#pragma once
#include <stdint.h>
uint8_t * file_read(const char * path);