From 424b184a9bab3b1b8fe93fbc9e8a6e9d566904c8 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 23 Oct 2014 02:15:50 +0200 Subject: my_getchar() parameter: allow return without new character --- include/con-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/con-utils.h b/include/con-utils.h index f03dfb3..15a3ce8 100644 --- a/include/con-utils.h +++ b/include/con-utils.h @@ -3,7 +3,7 @@ uint_fast8_t tstc(void); -int my_getchar(void); +int my_getchar(uint_fast8_t waitforchar); /* test if ctrl-c was pressed */ uint_fast8_t ctrlc(void); -- cgit v1.2.3