filecomplete/filecomplete.h

4 lines
59 B
C
Raw Normal View History

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