FreeCalypso > hg > freecalypso-sw
comparison lcdemu/process.c @ 903:312778104f54
lcdemu started, compiles and runs w/o actual functionality
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Sep 2015 08:34:37 +0000 |
parents | |
children | 841982f31be3 |
comparison
equal
deleted
inserted
replaced
902:4423039aeb4b | 903:312778104f54 |
---|---|
1 /* | |
2 * Processing of LCD output (input to us) | |
3 */ | |
4 | |
5 #include <stdio.h> | |
6 #include <stdlib.h> | |
7 #include <ctype.h> | |
8 #include <string.h> | |
9 #include <strings.h> | |
10 #include <X11/Xlib.h> | |
11 #include <X11/Xresource.h> | |
12 #include <X11/Xutil.h> | |
13 #include "globals.h" | |
14 | |
15 input_on_stdin(inbuf, incount) | |
16 char *inbuf; | |
17 { | |
18 /* to be implemented */ | |
19 } |