On Sat, Sep 24, 2016 at 12:56:40PM -0400, Programmingkid wrote:
+/* Converts the QEMU,VGA node's resolutions property to int's*/
And store them, where?
+void convert_to_ints(void)
Since almost everything here just calls Forth words, can't you write it in actual Forth instead? ">number" is your friend.
Segher