Changes between Version 46 and Version 47 of library_stdio


Ignore:
Timestamp:
Feb 7, 2015, 7:58:56 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v46 v47  
    66
    77All these functions use a ''syscall'' instruction to enter the system.
    8 In  case of system call failure (illegal arguments), the syscall return value is -1 (0xFFFFFFFF), and the calling task
     8In  case of system call failure (illegal arguments), the calling task
    99is killed with a ''giet_exit()''.
    1010