File: utils.h

package info (click to toggle)
recoverdm 0.20-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 75
  • sloc: ansic: 1,578; makefile: 45; sh: 8
file content (5 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (5)
1
2
3
4
5
void * mymalloc(size_t size, char *what);
void * myrealloc(void *oldp, size_t newsize, char *what);
off64_t get_filesize(char *filename);
int copy_block(int fd_in, int fd_out, off64_t block_size);
void myseek(int fd, off64_t offset);