Changes between Version 100 and Version 101 of library_stdio
- Timestamp:
- Jul 23, 2015, 12:05:54 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v100 v101 141 141 === 1) void '''giet_tty_alloc'''( unsigned int shared ) === 142 142 If the '''shared''' argument has a zero value, this function allocates a private terminal : the TTY terminal index is registered only in the calling task context. 143 If the '''shared''' argument has a non-zero value, it allocate a shared terminal : the same TTY terminal index is registered in the task context of all tasks that are in the same v :space as the calling task.143 If the '''shared''' argument has a non-zero value, it allocate a shared terminal : the same TTY terminal index is registered in the task context of all tasks that are in the same vspace as the calling task. 144 144 The calling task exit if no TTY terminal available. 145 145