Changes between Version 58 and Version 59 of library_stdio


Ignore:
Timestamp:
Apr 4, 2015, 2:57:56 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v58 v59  
    129129
    130130  === 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.
     131This 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.
    132132Only a limited number of formats are supported:
    133133   * %d : signed decimal
     
    313313
    314314
    315