12 lines
165 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
unsigned int rectangularize_input(const char * buf, int size, int * width_out);
#ifdef __cplusplus
}
#endif