Skip to content

Instantly share code, notes, and snippets.

View Canadadry's full-sized avatar

Jerome Canadadry

View GitHub Profile
@seanjensengrey
seanjensengrey / tiny.c
Last active September 3, 2024 17:58
Marc Feeley Tiny C compiler
/* file: "tinyc.c" */
/* originally from http://www.iro.umontreal.ca/~felipe/IFT2030-Automne2002/Complements/tinyc.c */
/* Copyright (C) 2001 by Marc Feeley, All Rights Reserved. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/*