#include "../src/liblinux.h" int main() { char str[10]; read(2, str, 10); write(1, str, sizeof(str)); return 0; }