Mercurial > repos > rhope
view runtime/integer.h @ 129:c9974ac32369
Improve Dictionary pretty printing slightly
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 05 Nov 2010 02:42:18 +0000 |
parents | 04baa003de5a |
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_