C
#define SEEK_END 2
Description
Functions as an input for FSfseek that specifies that the position in the file will be changed relative to the end of the file. For this macro, the offset value will be subtracted from the end location of the file by default.