lambda-calculus/parse/istream/file/new.h
2025-01-13 20:36:07 -06:00

3 lines
64 B
C

struct istream* new_file_istream(
const char* input_file);