7 lines
70 B
C
7 lines
70 B
C
#ifndef TEST_QUEUE_H
|
|
#define TEST_QUEUE_H
|
|
|
|
void test_queue();
|
|
|
|
#endif
|