no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mbed_platform_support.h
Go to the documentation of this file.
1/***************************************************************************/
31
32#ifndef MBED_PLATFORM_SUPPORT_H_
33#define MBED_PLATFORM_SUPPORT_H_
34
35#include <stdio.h>
36
37char getchar_noblock(void);
38
39#endif /* MBED_PLATFORM_SUPPORT_H_ */
char getchar_noblock(void)