delete and create ipv init
This commit is contained in:
@@ -152,6 +152,17 @@ bool buffer_is_empty(void)
|
||||
return ((FIFO_LastElement_p == NULL) && (FIFO_FirstElement_p == NULL));
|
||||
}
|
||||
|
||||
bool FIFOBuffChar_create(int ){
|
||||
|
||||
|
||||
}
|
||||
|
||||
bool FIFOBuffChar_delete(int ){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
unsigned int number_of_elements_in_buffer()
|
||||
{
|
||||
return FIFO_count;
|
||||
|
||||
Reference in New Issue
Block a user