Actions
Feature #5589
closedImplement MSG_file_seek
Start date:
11/29/2013
Due date:
% Done:
100%
Estimated time:
Description
msg_error_t MSG_file_seek (msg_file_t fd, long int offset, int origin)
Create constant for origin :
FILE_SEEK_SET => Beginning of file
FILE_SEEK_CUR => Current position of the file pointer
FILE_SEEK_END => End of file
Updated by Veyre Pierre almost 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Actions