lambda-calc-1/istream/file/new.h
2025-01-20 13:40:51 -06:00

3 lines
64 B
C

struct istream* new_file_istream(
const char* input_file);