Mercurial > repos > rhope
view runtime/integer.h @ 63:04baa003de5a
Merged latest changes with better C branch
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 05 May 2010 22:12:23 -0400 |
parents | d2f9b0a9403d a24eb366195c |
children |
line wrap: on
line source
#ifndef _INTEGER_H_ #define _INTEGER_H_ #include "object.h" #include "func.h" object * make_Int32(int32_t val); #endif //_INTEGER_H_