filecomplete/filecomplete.h

18 lines
1.1 KiB
C
Raw Normal View History

#pragma once
/* ****************************************************************************************************
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);