Changeset 650 for trunk/libs/mini-libc
- Timestamp:
- Nov 14, 2019, 11:44:12 AM (5 years ago)
- Location:
- trunk/libs/mini-libc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/stdlib.c
r637 r650 2 2 * stdlib.c - User level <stdlib> library implementation. 3 3 * 4 * Author Alain Greiner (2016,2017 )4 * Author Alain Greiner (2016,2017,2018,2019) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites -
trunk/libs/mini-libc/unistd.h
r626 r650 151 151 * @ offset : used to compute new offset value. 152 152 * @ whence : operation type (SEEK_SET / SEEK_CUR / SEEK_END) 153 * @ return 0if success / returns -1 if failure.153 * @ return new offset value if success / returns -1 if failure. 154 154 ****************************************************************************************/ 155 155 int lseek( int fd,
Note: See TracChangeset
for help on using the changeset viewer.