![mikel](/assets/img/avatar_default.png)
include <stdlib.h> and <unistd.h> for prototypes, remove old declarations add prototypes for internal functions make all implicit int return and argument types explicit, make some void eliminate 'register' cast lseek(2) offset arguments to off_t
include <stdlib.h> and <unistd.h> for prototypes, remove old declarations add prototypes for internal functions make all implicit int return and argument types explicit, make some void eliminate 'register' cast lseek(2) offset arguments to off_t