MicrOS
keyboard_stream.h
Go to the documentation of this file.
1 #ifndef KEYBOARD_STREAM_H
2 #define KEYBOARD_STREAM_H
3 
4 #include <stdint.h>
5 #include "../../stdio.h"
6 #include "../../micros.h"
7 
9 int streams_keyboard_fetch(FILE *stream);
10 void streams_keyboard_flush(FILE *stream);
11 
12 #endif
FILE * streams_set_stream_as_keyboard(FILE *stream)
Definition: keyboard_stream.c:3
void streams_keyboard_flush(FILE *stream)
Definition: keyboard_stream.c:83
Object containing information to control a stream.
Definition: stdio.h:76
int streams_keyboard_fetch(FILE *stream)
Definition: keyboard_stream.c:12