alanbarrett2 / 42-Libft
42 libft functions how to write in c: memset, bzero, memcpy, memccpy, memmove, memchr, memcmp, strlen, strdup, strcpy, strncpy, strncat, strlcat, strchr,strrchr, strstr, strnstr, strncmp, atoi, isalpha, isdigit, isalnum, isascii, isprint, toupper, tolower.
☆5Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for 42-Libft
- A simple memory leak detector for C☆43Updated 3 years ago
- RLE compression implementation in C☆11Updated 4 years ago
- A fast memory pool allocator☆13Updated 2 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆55Updated 8 years ago
- Minimal unit testing framework for pure-C☆12Updated 4 years ago
- A lightweight header only logging library for C☆55Updated 2 years ago
- It is an alternative implementation of the printf family suitable for embedded systems.☆16Updated 3 years ago
- Linear Linked List Library☆49Updated 8 months ago
- A dynamic string data type implementation for C.☆18Updated 2 years ago
- Cerver is a development framework, created by Ermiry, designed to provide you with the necessary tools for creating fast and reliable mul…☆18Updated 2 years ago
- Embedded Web Server☆18Updated 5 months ago
- rle: An ANSI C implementation of Run Length Encoding☆17Updated 5 years ago
- Implements the Huffman Coding algorithm.☆27Updated 5 years ago
- An easy-to-use object-oriented system for the C programming language☆13Updated 6 years ago
- An ncurses implementation for Windows terminals.☆18Updated 5 years ago
- The SGL is a hardware agnostic library that provides graphic and text primitives. It can be easily tailored to suit any hardware☆19Updated 8 years ago
- Minimal and fast regular expression library for C.☆18Updated 11 years ago
- The Standard C Library source code used in Visual C++ by P.J. Plauger☆19Updated 9 years ago
- A simple and powerful graphics engine, with a very small learning curve! Running in the console.☆9Updated last year
- A first-in-first-out(FIFO) queue implemented in C, based on the linux kernel linked list☆8Updated 9 years ago
- A repository of useful custom cppcheck rules☆20Updated 4 years ago
- String matching algorithms, like using Brute force, Finite state machine, KMP, Shift_and, etc.☆19Updated 10 years ago
- A command line tool for computing SHA256 HMACs☆10Updated 9 years ago
- progremming experiments and stuff☆30Updated 3 years ago
- A small object-oriented Windows GUI library for C☆13Updated 6 years ago
- ☆10Updated 8 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆13Updated 4 years ago
- T-Rex a tiny regular expression library optimized for use on AVR microcontrollers☆14Updated 10 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆68Updated 4 months ago
- A pure C implementation of the Observer Pattern☆54Updated 5 years ago
- Various implementations of CRC standards in C☆29Updated 11 years ago