#ifndef __vectrex_stdlib_h__
#define __vectrex_stdlib_h__

/**
 * Most stdlib functions are supported on the Vectrex, except those that imply having a keyboard and console: 
 * printf, putsr, putchar, readword, readline.
 * Also delay is not implemented as it does not seem to make much sense to have a delay function on the Vectrex.
 */ 

#include <vectrex.h>
#include <cmoc.h>

#endif // __vectrex_stdlib_h__
