Comandos para usar no terminal WSL:
-
rm /tmp/pipe_string /tmp/pipe_numero
-
gcc server.c -o server -lpthread
-
gcc client.c -o client
-
gcc -o cliente_string cliente_string.c
-
gcc -o cliente_numero cliente_numero.c
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Comandos para usar no terminal WSL:
rm /tmp/pipe_string /tmp/pipe_numero
gcc server.c -o server -lpthread
gcc client.c -o client
gcc -o cliente_string cliente_string.c
gcc -o cliente_numero cliente_numero.c