Changes between Version 20 and Version 21 of library_stdio


Ignore:
Timestamp:
Oct 28, 2014, 11:44:41 AM (10 years ago)
Author:
alain
Comment:

al.

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v20 v21  
    4848 == __3) TTY related system calls__ ==
    4949
     50=== void '''giet_tty_open'''() ===
     51This function allocates a private terminal to the calling task, and returns the terminal index.
     52Exit if no available terminal.
    5053  === void '''giet_tty_printf'''( char* format, ... ) ===
    5154This 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.