Changes between Version 101 and Version 102 of library_stdio
- Timestamp:
- Jul 23, 2015, 12:33:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v101 v102 144 144 The calling task exit if no TTY terminal available. 145 145 146 WARNING: A shared TTT should be protected by an user-level lock. 147 146 148 === 2) void '''giet_tty_printf'''( char* format, ... ) === 147 149 This function print formated text on a private terminal that must have been allocated to the calling task by the ''get_tty_alloc()'' function. Therefore, it does not take any lock, but checks terminal allocation.