Raw File
consumer.cpp
#include "systemlib.h"

int consumer()
{
  return systemlib();
}
back to top