7 lines
65 B
C++
7 lines
65 B
C++
|
#include "systemlib.h"
|
||
|
|
||
|
int consumer()
|
||
|
{
|
||
|
return systemlib();
|
||
|
}
|