view runtime/bool.c @ 64:e1fd6d244f14

Some progress on updating C backend to work with new C strategy
author Mike Pavone <pavone@retrodev.com>
date Sun, 30 May 2010 17:34:36 -0400
parents 04baa003de5a
children
line wrap: on
line source

#include "bool.h"
#include "func.h"
#include "builtin.h"
#include "context.h"
#include <stddef.h>