#169963 - hamm - Wed Aug 19, 2009 11:50 am
I want to reduce the size of a file without copying. I can't copy the files because they could be to large and the space is very limeted.
I've found the fatfile.c in the libfat library including the function
but I don't know how to use this.
Any ideas how to use this function or another one or way to solve my problem?
I've found the fatfile.c in the libfat library including the function
Code: |
int _FAT_ftruncate_r (struct _reent *r, int fd, off_t len) |
but I don't know how to use this.
Any ideas how to use this function or another one or way to solve my problem?