brickOS C v0.9.0
Bug List
Global calloc (size_t nmemb, size_t size)
multiplication overflow (elements * size) is not detected
Global msleep (unsigned int msec)
interruptions not implemented
Global sleep (unsigned int sec)
interruptions not implemented
Global sound_system (unsigned nr)
FIXME: register clobbers
File time.h
time_t is a 32 bit value which will overflow after 49.7 days of continuous operation.
Global time_t
This is a 32 bit value which will overflow after 49.7 days of continuous operation.