c90
There are 69 repositories under c90 topic.
redcode/Z80
Highly portable Zilog Z80 CPU emulator written in ANSI C
ariya/FastLZ
Small & portable byte-aligned LZ77 compression
uriparser/uriparser
:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
ccgargantua/arena-allocator
Super small, simple, and (almost) completely C89-compliant single-header arena "allocator".
exoticlibraries/libcester
A robust header-only unit testing framework for C and C++ programming language. Support function mocking, memory leak detection, crash report.
Clownacy/clownassembler
Motorola 68000 assembler, clone of SN 68k (A.K.A. asm68k).
TotallyNotChase/typeclass-interface-pattern
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
Clownacy/clownlzss
Collection of compressors, built upon a small and simple graph-based LZSS framework.
Clownacy/clownresampler
Single-header-file library which implements an integer-only windowed-sinc audio resampler.
ariya/hello-c90
Hello world in C90 (ANSI C) built for Intel/AMD, PowerPC, System z, ARM, MIPS, RISC-V
Clownacy/clown68000
Motorola 68000 emulator and disassembler library.
Clownacy/clowndoom
Yet another purist Doom port.
sbp/xoocycle
Xoocycle, a C90 implementation of the Xoodyak hash and AEAD construction
AvivNaaman/C-Course-OpenU
C Course at the open university - solutions and tester for 2020b.
Clownacy/clownmdemu-libretro
Frontend for ClownMDEmu that exposes it as a libretro core.
Clownacy/clownnemesis
Bit-exact compressor and decompressor for the Nemesis file format.
exoticlibraries/liblogax
Blazing fast, simple and modular header-only logging library with zero allocation for C and C++, implemented in C90. Allow logging into various output formats such as Key-Value and JSON.
Clownacy/clowncommon
Small collection of common C89 utility macros.
hazzaclark/lib68k
Motorola 68000 Standalone Emulation Library
ruimaciel/mropes
M's ropes library: a rope data structure library implemented in C
Sagacious-Software/Gosh
Simple and lightweight, framebuffer-oriented, cross-platform windowing library.
ChesterOfTheSemester/ANSIJSON
A single-file JSON encoder/decoder written in ANSI C and C++
ilya-sotnikov/ushell
Microshell is a small shell for embedded systems written in C89 without dynamic memory allocations and libc (freestanding)
stuffandahalf/GASMIC
Assembler for MC6809, HD6309, and other vintage CPUs
Sagacious-Software/Kit
Utility library in ANSI C!
3-o-3/ac90
public domain C89/C90 ANSI C compiler
bynect/libbasex
ISO C library for various base encodings
grauho/sdc
A simple tool to convert .safetensor files that include certain large dtypes into ones that don't
ruimaciel/msexpr
M's sexpr library: a s-expressions data structure library implemented in C
Tostapunk/X-Tetris
ANSI C Tetris
Amarok24/C_snippets
My snippets in C language, ISO C90/C99.
Amarok24/easyjpeg
ANSI C/C++ header wrapper for jpeglib
Clownacy/clownmd5
MD5 hasher implemented in both ANSI C and Lua.
KlimentLagrangiewicz/k-medoids
Implementation of k-medoids algorithm in C (standard C89/C90)
KumarjitDas/kd
A modern standard library for C (C89), designed to bring powerful utility-rich, data structures and algorithms to the C programming language.
wadiim/histogram
A histogram generator.