#ifndef NICE_LIB #define NICE_LIB #include "libc.h" #include "system.h" #define MAX_LEN 10 void nice(int argc, char *argv[]); #endif