added formatting TODO
This commit is contained in:
parent
c6093a8926
commit
3976c7e49c
@ -50,7 +50,7 @@ int main(void)
|
|||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
printf(">>> ");
|
printf(">>> "); //TODO: Fix formatting
|
||||||
getline(&line, &line_length, stdin);
|
getline(&line, &line_length, stdin);
|
||||||
|
|
||||||
why2_send_socket(line, listen_socket);
|
why2_send_socket(line, listen_socket);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user