jvm/c/file.h

7 lines
115 B
C

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