Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed Sep 27, 2021
1 parent dc21b1c commit 7faf3d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cstrlib
A simple string library for C.

## Functions

- `cstrlen` - Get the length of a string.
- `cstrget` - Get a char from a specific position.
- `cstrgetf` - Get the first char of a string.
- `cstrcmp` - Compare if two strings are equals.
- `cstrcpy` - Copy a string to another string.
- `cstrempty` - Checks if a string is empty.

0 comments on commit 7faf3d2

Please sign in to comment.