more qly stuff.

This commit is contained in:
Vitor Santos Costa
2011-08-03 08:23:00 +01:00
parent a56402303e
commit c871761c11
6 changed files with 985 additions and 1 deletions

View File

@@ -993,6 +993,14 @@ int Yap_getInputStream(term_t t, IOSTREAM **s)
return getInputStream(t, s);
}
extern int Yap_getOutputStream(term_t t, IOSTREAM **s);
int Yap_getOutputStream(term_t t, IOSTREAM **s)
{
GET_LD
return getOutputStream(t, s);
}
#ifdef _WIN32
#include <windows.h>