actually remove includes
This commit is contained in:
parent
1fde10d2f5
commit
bb0a1a5eef
@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
|
||||||
#include <stdbool.h>
|
|
||||||
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
@ -28,7 +26,7 @@ int main()
|
|||||||
char buf[4];
|
char buf[4];
|
||||||
fgets(buf, 3, stdin);
|
fgets(buf, 3, stdin);
|
||||||
int choice = strtol(buf, NULL, 10);
|
int choice = strtol(buf, NULL, 10);
|
||||||
|
|
||||||
fputs("Enter your message text: ", stdout);
|
fputs("Enter your message text: ", stdout);
|
||||||
char* msg = dyninput_str(INT64_MAX);
|
char* msg = dyninput_str(INT64_MAX);
|
||||||
if (!msg)
|
if (!msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user