#ifndef LOOP_LIB
#define LOOP_LIB
#include "libc.h"
#include "system.h"
#define MAX_PID_LEN 100
void loop(int argc, char *argv[]);
#endif