Skip to content
#

calloc

Here are 43 public repositories matching this topic...

Pointers, data types, nested loops, recursion, static libraries, argc & argv, malloc, more malloc, preprocessors, function pointers, variadic functions, single linked list, bit manipulation, file i/o, double linked lists, hash tables, make files, search algorithms

  • Updated Sep 13, 2023
  • C

A custom C library implementation recreating essential functions from the standard C library (libc). This foundational project involves coding functions like strlen, strcpy, memset, and more from scratch, providing deep understanding of memory management, string manipulation, and low-level programming concepts.

  • Updated Sep 22, 2025
  • C

Add this topic to your repo

To associate your repository with the calloc topic, visit your repo's landing page and select "manage topics."

Learn more