jvm/c/file.h

6 lines
95 B
C

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