//
// Created by Natuie on 2025/3/22.
#ifndef VETY_FILE_H
#define VETY_FILE_H
#include <stdbool.h>
char* read_file(const char* filename);
bool file_exists(const char* filename);
#endif //VETY_FILE_H