An open API service indexing awesome lists of open source software.

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

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!!