8 results for “topic:c-array”
Type-safe vector type generator for C
This is converters from bdf to csv, and from csv to C array. You can use it to generate C arrays of fonts, to use in Your embedded projects!
This is a simple implementation of an ArrayList in C using a struct, a pointer to the struct and a pointer to the array. The array is static and the size of the array is defined when the ArrayList is created.
Guardian_LTSM is a Python tool for converting image files into C/C++ data arrays and for visualizing image data stored in C/C++ header files. It is aimed at users working with embedded systems, LCDs, and GUIs where compact images are needed.
Dynamically sized vector/array in C implemented using fat pointers
Dynamic array implementation in C with a modular, folder-based structure.
A lightweight, dynamic array implementation for C that provides flexible storage and automatic resizing capabilities.
A lab where array concepts of C programming language are practiced and solved with examples and problems.