filecomplete/filecomplete.h

27 lines
1.0 KiB
C
Raw Normal View History

#ifndef FILE_COMPLETE_H
#define FILE_COMPLETE_H
/* ***************************************************
2025-01-10 15:14:47 +08:00
GBK,
BINARY_GBK
UTF-8
******************************************************
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