Stephanie
2014-04-09 08:27:24 UTC
I need to write a code in C for:
int enqueue(*queue_t, int):
And what it does is:
Adds an int to the buffer. This function needs to return 1 when the character was successfully added and 0 when the buffer did not have room to add the character.