Skip to content

Commit b361062

Browse files
committed
README.md file Updated via linux
1 parent 372df98 commit b361062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

0x05-pointers_arrays_strings/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ All of the following files are programs written in C.
1313
| Filename | Description |
1414
| ---- | ---- |
1515
| `0-reset_to_98.c` | Takes a pointer to an int as parameter and updates the value it points to to `98` |
16-
| .
16+
| `1-swap.c` | Swaps the values of two integers. |
17+
| `2-strlen.c` | Returns the length of a string |

0 commit comments

Comments
 (0)