added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / all-unix / hostlib / hostlib.conf
bloba81376020c1e15d7105905468aea9f69560130ce
1 ##begin config
2 basename HostLib
3 version 1.0
4 residentpri 91
5 libbase HostLibBase
6 libbasetype struct HostLibBase
7 ##end config
9 ##begin cdefprivate
10 #include "hostlib_intern.h"
11 ##end cdefprivate
13 ##begin functionlist
14 void *HostLib_Open(const char *filename, char **error) (A0,A1)
15 int HostLib_Close(void *handle, char **error) (A0,A1)
16 void *HostLib_GetPointer(void *handle, const char *symbol, char **error) (A0,A1,A2)
17 ##end functionlist