brickOS C++ v0.9.0
Bug List
Member calloc (size_t nmemb, size_t size)
multiplication overflow (elements * size) is not detected
Member msleep (unsigned int msec)
interruptions not implemented
Member sleep (unsigned int sec)
interruptions not implemented
Member 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.
Member time_t
This is a 32 bit value which will overflow after 49.7 days of continuous operation.