Ignore:
Timestamp:
Dec 15, 2015, 4:19:16 PM (9 years ago)
Author:
alain
Message:

Improve the _fat_lseek() function to support
the SEEK_END value for the <whence> argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_fat32/fat32_shared.h

    r664 r746  
    4646#define SEEK_SET                0
    4747#define SEEK_CUR                1
     48#define SEEK_END                2
    4849
    4950/********************************************************************************
Note: See TracChangeset for help on using the changeset viewer.