diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-11 23:53:34 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-11 23:53:34 +0200 |
commit | 550d804d9596ae45fe0a1f2941e1f811937b5326 (patch) | |
tree | c00260a9ee931d47cbc7e882351690974864e3bb | |
parent | 323f39a2b383ba1f4b65f5cd786a2531589d1677 (diff) | |
download | micropython-550d804d9596ae45fe0a1f2941e1f811937b5326.tar.gz micropython-550d804d9596ae45fe0a1f2941e1f811937b5326.zip |
Add prototype for gc_dump_info().
-rw-r--r-- | py/gc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ typedef struct _gc_info_t { } gc_info_t; void gc_info(gc_info_t *info); +void gc_dump_info(void); |