1 2 3 4 5 6 7 8 9 10 11
const main() { let socket := socket(); const main_process_socket() { let readen := read(socket, 0, 0); return; } return 0; }