Changes between Version 101 and Version 102 of library_stdio


Ignore:
Timestamp:
Jul 23, 2015, 12:33:23 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v101 v102  
    144144The calling task exit if no TTY terminal available.
    145145
     146WARNING: A shared TTT should be protected by an user-level lock.
     147
    146148  === 2) void '''giet_tty_printf'''( char* format, ... ) ===
    147149This 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.