There are 1 repository under clibrary topic.
A library of useful C utilities with JavaScript-like array, buffer, and string APIs
Libft: Libft is a library project that aims to recreate various standard C library functions as well as additional useful functions. The project helps to strengthen programming skills by implementing common functionality from scratch.
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
A simple program that extracts basic information from your default browser
A library for testing speed of code execution with high precision
A library with implementations of SQL commands within C using structs, pointers, and functions. Also provides the ability to transfer tables between C and SQL.
Custom C library re-implementing standard functions. Includes string manipulation, memory management, and more
Myio is a simple alternative to the standard C i/o library. It utilises low-level system calls to achieve basic input/output functionality.
Discover and explore external C libraries.
This project involves creating your own library and re-coding certain functions from the 'C Standard Library' or libc. Libft aims to enhance understanding of the workings of basic functions, their implementation, and how to effectively use them.
Usefull libraries in C based on my needs.
A C library to obtain the user's default home path. Perchance it may not cover many use cases and mayhaps not be of perfection.
Uma função que retorna linhas de um arquivo, lendo n BUFFER_SIZE! Segundo projeto da 42👩🏼💻
42 funções que são parte de uma biblioteca própria em C! Primeiro projeto da 42👩🏼💻
Reprodução da super útil função printf! Terceiro projeto da 42👩🏼💻
This projects is about creating a function that, allows to read a line ending with a newline character "\n" from a file descriptor.
This project is about recoding the printf function in C to use it in future projects
This project establish communication between two programs using UNIX signals
libcore is a core library that provides essential utilities and functions for system-level operations.
The purpose of this project is to write a C library.
Malloc package using ordered explicitly-linked free lists and a few heuristics for realloc. Project 3 of CSE4100 - System Programming course in Sogang University.
A project to learn and practice C programming language during 42 Adelaide piscine Jan 2023. Mainly recreate basic C library functions