Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George
2014-02-11 21:59:25 +00:00

View File

@@ -18,3 +18,4 @@ typedef struct _gc_info_t {
} gc_info_t; } gc_info_t;
void gc_info(gc_info_t *info); void gc_info(gc_info_t *info);
void gc_dump_info(void);