ftruncate

ftruncate -- Truncates a file to a given length

Description

int ftruncate ( int fp, int size)

Takes the filepointer , fp , and truncates the file to length , size . This function returns TRUE on success and FALSE on failure .