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

This commit is contained in:
Damien George 2014-02-11 21:59:25 +00:00
commit 1d1e38d911
1 changed files with 1 additions and 0 deletions

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);