Cool String type concepts and tips for low level entertainers 🥸
All the content here is C lang string features that I've discovered while
coding and/or googling for project related things. I apologize for any
misinformation through this repo! If you prefer, consider sending an Issue/Pull
Request too. It will help a lot!
Since all this stuff is developed with C technology, you'll need:
- A
Ccompiler (gcc). GNU Make(since there's a lot ofMakefiles)bash(there'sbashbased scripts that works around the Makefile stuff)sudoprivileges, since some scripts usechmod(I guess)
All this project is being developed in Fedora Linux 42 (Adams) x86_64. Using
another OS/kernel can result in a different behavior (Yes. I'm talking about
Windows ._.).