c-strings
There are 11 repositories under c-strings topic.
bezlant/s21_strings
🪶 A simple string.h implementation and sprintf & sscanf working with all flags & specifiers. (School 42)
SharonIV0x86/StringWiz
A string utility library offering a comprehensive set of string manipulation functions.
danieldotwav/C-String-Generator-Using-Array-Notation
A C program that generates two strings and a replacement character, then filters the first string by replacing any characters that appear in the second string with the specified replacement character.
MassiGy/C-strings
This repository contains some useful and drag and drop C-string methods that you can join to your current project.
obenchkroune/c-dynamic-array
A simple C dynamic array implementation
agl-alexglopez/str_view
Simple, robust, and convenient read-only string handling in C.
C0DIC/c-string
Строки в Си. Independent header-only library for work with standart strings in C
lysalexy/imit-c-string
Self-written implementation of different C&C# string functions
Denilson15/bfs-lab
Reads a .txt file of city-to-city flights and uses Breadth-First Search (BFS) to determine if a path exists between two locations. Highlights file I/O, graphs, and queue-based traversal.
HasibCoderLab/C-strings-lab
A lab where strings concepts of C programming language are practiced and solved with examples and problems.
nluka/string
Tiny C library for heap-allocated strings.