filecomplete/filecomplete.h

23 lines
859 B
C
Raw Normal View History

#ifndef FILE_COMPLETE_H
#define FILE_COMPLETE_H
/* **************************************************
GetFile someparm|tesa_fil_
|, tesa_fil
someparm|tesa_fil
******************************************************/
void fc_append(char deadline_ch);
/*****************************************************
std::getline
******************************************************/
char* fc_readline();
/*****************************************************
fc_readline() buffer
******************************************************/
void fc_free(char* str);
#endif