|
#ifndef READER_H_bc8f9bf546e3914a72851703b38326d2
|
|
#define READER_H_bc8f9bf546e3914a72851703b38326d2
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "gc.h"
|
|
|
|
void reader_init(void);
|
|
value_t read_value_from_file(FILE *f);
|
|
value_t read_value_from_path(const char *path);
|
|
|
|
#endif
|
|
/* vim:set sw=2 expandtab: */
|