Changes between Version 15 and Version 16 of library_stdio


Ignore:
Timestamp:
Oct 23, 2014, 3:06:04 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v15 v16  
    2727running on the same processor.
    2828
    29  === int giet_global_task_id() ===
     29 === int '''giet_global_task_id'''() ===
    3030This functions returns the global task id, unique in the system.
    3131
    32  === int giet_thread_id() ===
     32 === int '''giet_thread_id'''() ===
    3333This functions returns the thread index, identiying the task in a given vspace.
    3434
    3535 == __3) TTY related system calls__ ==
    3636
    37   === void giet_tty_printf( char* format, ... ) ===
     37  === void '''giet_tty_printf'''( char* format, ... ) ===
    3838This 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. In case or error, it makes a giet_exit().
    3939Only a limited number of formats are supported: