added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / rom / keymap / keymap.conf
blobfb3b4f5942a35ff3dc33f97c30cd17750c08ec0d
1 ##begin config
2 version 41.2
3 libbasetype struct KeymapBase
4 residentpri 40
5 options noautolib, noexpunge
6 ##end config
7 ##begin cdefprivate
8 #include "keymap_intern.h"
9 ##end cdefprivate
10 ##begin functionlist
11 void SetKeyMapDefault(struct KeyMap *keyMap) (A0)
12 struct KeyMap *AskKeyMapDefault() ()
13 WORD MapRawKey(struct InputEvent *event, STRPTR buffer, LONG length, struct KeyMap *keyMap) (A0, A1, D1, A2)
14 LONG MapANSI(STRPTR string, LONG count, STRPTR buffer, LONG length, struct KeyMap *keyMap) (A0, D0, A1, D1, A2)
15 ##end functionlist