filecomplete/filecomplete.h

4 lines
59 B
C

#pragma once
char* fc_readline();
void fc_free(char* str);