/* this is by no means standards-compliant... but who cares? :P */ /* NOT reentrant! */ char* itoa(int val, int base); int rand(void); void srand(unsigned int);