but do keep in mind that I'm using easyC, so writing my own function would be a headache. I just want to include "stdlib.h" to shorten the time until completion. an issue I noticed is that the file isn't being properly included because easyC won't put the next #include function in quotes
it looks something similar to this:
Code:
#include "UserAPI.h"
#include stdlib.h
if anyone knows how to include the quotes, please let me know. and yes, I have tried just typing the filename to include in quotes..... [if only it were that simple...]