aboutsummaryrefslogtreecommitdiff
path: root/libc/include/stdlib.h
blob: 0a3d559e9c5101920928cd9c3e3652a6fb14302b (plain)
1
2
3
4
5
6
7
/* 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);