Skip to content

Instantly share code, notes, and snippets.

View ontouchstart's full-sized avatar
💭
🤔

Sam Liu ontouchstart

💭
🤔
View GitHub Profile
@ontouchstart
ontouchstart / c89cc.sh
Created April 3, 2026 14:10 — forked from alganet/c89cc.sh
c89cc.sh - standalone C89/ELF64 compiler in pure portable shell
#!/bin/sh
# ISC License
# Copyright (c) 2026 Alexandre Gomes Gaigalas <alganet@gmail.com>
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES