Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-caro authored Jan 3, 2024
1 parent f572a06 commit 4c8e9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ This repository serves as a personal library of functions that I find useful in
+ my_strcmp: compare two strings || different from the original strcmp -> this function returns false if both strings are different and true if they are the same.
+ how_many_rows: given a string that represents any kind of rectangle, count how manys rows there are.
+ read_file: read a file and store its content into an array.
+ str_to_float: take a string an output the corresponding float. || doesn't use stdio lib
+ str_to_float_lib: take a string an output the corresponding float. || uses of stdio lib

0 comments on commit 4c8e9b8

Please sign in to comment.