mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 01:09:03 +03:00
[ fix ] missing idris2_popen/pclose decl in the C headers
This commit is contained in:
parent
a507b6dadf
commit
dbba5087fe
@ -22,6 +22,9 @@ int idris2_fileSize(FILE* h);
|
||||
|
||||
int idris2_fpoll(FILE* f);
|
||||
|
||||
void *idris2_popen(const char *cmd, const char *mode);
|
||||
void idris2_pclose(void *stream);
|
||||
|
||||
// Seek through the next newline without
|
||||
// saving anything along the way
|
||||
int idris2_seekLine(FILE* f);
|
||||
|
Loading…
Reference in New Issue
Block a user