We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372df98 commit b361062Copy full SHA for b361062
0x05-pointers_arrays_strings/README.md
@@ -13,4 +13,5 @@ All of the following files are programs written in C.
13
| Filename | Description |
14
| ---- | ---- |
15
| `0-reset_to_98.c` | Takes a pointer to an int as parameter and updates the value it points to to `98` |
16
-| .
+| `1-swap.c` | Swaps the values of two integers. |
17
+| `2-strlen.c` | Returns the length of a string |
0 commit comments