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

3 lines
71 B
C

struct istream* new_string_istream(
const uint8_t* input_string);