Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
27980120d384a8180f69ac2281e00b24f93cccbb...9aca9bf4b603144ffb46a09fc171a5ba5ffddd48
Commits (1)
sdl_con.c can have stdbool.h too.
· 9aca9bf4
Deucе
authored
May 14, 2021
9aca9bf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/conio/sdl_con.c
src/conio/sdl_con.c
+1
-0
No files found.
src/conio/sdl_con.c
View file @
9aca9bf4
#include <stdarg.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
/* NULL */
#include <stdio.h>
/* NULL */
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
...