Find a way to get rid of the [warnings](https://travis-ci.org/Redridge/open-source-machlib/jobs/240128195) that appear when printing stuff due to the different ways that linux and macos handle `uint64`. Ideally a set of os depending `#DEFINE`s should be placed in order to specify which format strings are to be used.
Find a way to get rid of the warnings that appear when printing stuff due to the different ways that linux and macos handle
uint64.Ideally a set of os depending
#DEFINEs should be placed in order to specify which format strings are to be used.