Mercurial > repos > rhope
view runtime/integer.h @ 53:70af7fa155d0
Cleaned up some C warnings and added a simple compile script
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 29 Apr 2010 04:32:54 +0000 |
parents | a24eb366195c |
children | 04baa003de5a |
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_