aboutsummaryrefslogtreecommitdiff
path: root/src/utils/file.h
blob: 104aec2b9c8cf5061370a1cfe505860da63baad3 (plain)
1
2
3
4
5
6
#pragma once

#include <utils/types.h>
#include <compiler/source_code/source_code.h>

extern Code *read_whole_file(const char *path);