Changes between Version 58 and Version 59 of library_stdio
- Timestamp:
- Apr 4, 2015, 2:57:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v58 v59 129 129 130 130 === 2) void '''giet_tty_printf'''( char* format, ... ) === 131 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.131 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. 132 132 Only a limited number of formats are supported: 133 133 * %d : signed decimal … … 313 313 314 314 315