SEEK_SET Macro
From Microchip MDD File System Interface
C
#define SEEK_SET 0
Description
Functions as an input for FSfseek that specifies that the position in the file will be changed relative to the beginning of the file.
From Microchip MDD File System Interface
#define SEEK_SET 0
Functions as an input for FSfseek that specifies that the position in the file will be changed relative to the beginning of the file.