https://github.com/mrsloth-dev/ziglib
Zig library inspired in libft from 42's Common Core to learn Zig lang and its build system
https://github.com/mrsloth-dev/ziglib
Last synced: 9 months ago
JSON representation
Zig library inspired in libft from 42's Common Core to learn Zig lang and its build system
- Host: GitHub
- URL: https://github.com/mrsloth-dev/ziglib
- Owner: MrSloth-dev
- Created: 2025-01-24T13:37:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T15:38:53.000Z (11 months ago)
- Last Synced: 2025-01-31T16:37:05.185Z (11 months ago)
- Language: Zig
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZigLib
Zig library inspired in libft from 42's Common Core to learn Zig lang and its build system
## Functions to include
- [x] isalpha
- [x] isdigit
- [x] isalnum
- [x] isascii
- [x] isprint
- [x] toupper
- [x] tolower
- [x] atoi
- [x] strnstr
- [x] strcat
- [x] strchr
- [x] strrchr
- [x] strncmp
- [x] strdup
- [x] substr
- [ ] strtrim
- [ ] lstnew
- [ ] lstaddFront
- [ ] lstaddback
- [ ] lstsize
- [ ] lstlast
Make tests for each one!!