Changes between Version 102 and Version 103 of library_stdio
- Timestamp:
- Jul 25, 2015, 7:14:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v102 v103 144 144 The calling task exit if no TTY terminal available. 145 145 146 WARNING: A shared TT Tshould be protected by an user-level lock.146 WARNING: A shared TTY should be protected by an user-level lock. 147 147 148 148 === 2) void '''giet_tty_printf'''( char* format, ... ) === … … 171 171 Task exit if private TTY index not defined. 172 172 173 === 6) void '''giet_shr_printf'''( char* format, ... ) ===174 This function print formated text on the kernel terminal. It takes the TTY lock for exclusive access. It supports the same formats as the giet_tty_printf() function.175 Task exit in case of illegal format.176 177 173 == __Timer related system calls__ == 178 174