Changes between Version 124 and Version 125 of library_stdio


Ignore:
Timestamp:
Oct 2, 2015, 2:21:21 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v124 v125  
    5151 * '''string''': message on TTY0.
    5252
    53  === 3) int '''giet_pthread_join'''( pthread_t  trdid , void** ptr ) ===
     53 === 3) int '''giet_pthread_join'''( pthread_t  trdid , void* ptr ) ===
    5454This blocking function can be used to detect completion of a thread previously activated by a giet_pthread_create().
    5555It returns only when the thread identified by the <trdid> argument is desactivated.