diff --git a/README.md b/README.md index 34e961e..e7160d6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ My own re-wrote libC. ## Functions rewritten -- - ** - * * -- -- +- char *get_next_line(const int fd) - **Read line by line in a file descriptor** +- int my_abs(int nb) - **Return absolute value of a integer** +- char *my_epure_str(char *str, char c) - **Epure a string of c** ## Getting Started