Changes between Version 20 and Version 21 of library_stdio
- Timestamp:
- Oct 28, 2014, 11:44:41 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v20 v21 48 48 == __3) TTY related system calls__ == 49 49 50 === void '''giet_tty_open'''() === 51 This function allocates a private terminal to the calling task, and returns the terminal index. 52 Exit if no available terminal. 50 53 === void '''giet_tty_printf'''( char* format, ... ) === 51 54 This function print formated text on a private terminal that must have been allocated to the calling task in the mapping (''use_tty'' argument). Therefore, it does not take the TTY lock.