ezeisraeljohn / simple_shell

The ALX Simple shell project by Faith Oyama and Eze Israel John
1 stars 0 forks source link

Add four more prototypes of functions in main.h #5

Closed ezeisraeljohn closed 9 months ago

ezeisraeljohn commented 9 months ago

Please add the follwing prototypes: ssize_t _getline(char **lineptr, size_t *n, int fd); void *_realloc(void *ptr, size_t old_size, size_t new_size); void *_memcpy(void *dest, const void *src, size_t n); void execmd(char **argv);