# lab1: Util ## sleep 这个简单,不多说了 ```c #include "kernel/types.h" #include "user/user.h" int main(int argc, char const *argv[]) { if (argc != 2) { //参数错误 fprintf(2, "usage: sleep