We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d34144 commit f62e4a6Copy full SHA for f62e4a6
Writerside/topics/gcc-linux.md
@@ -59,7 +59,7 @@ indicar el path donde estará ubicado el proyecto.
59
En este ejemplo será `/home/fmeola/pi`
60
61
Y en **Language standard** seleccionar
62
-<shortcut>C99</shortcut>
+<shortcut>C23</shortcut>
63
64
Para crear el proyecto presionar
65
<shortcut>Create</shortcut>
@@ -110,7 +110,7 @@ del proyecto que definió más arriba)
110
cmake_minimum_required(VERSION 3.27)
111
project(pi C)
112
113
-set(CMAKE_C_FLAGS "-Wall -pedantic -std=c99 -lm -g -fsanitize=address")
+set(CMAKE_C_FLAGS "-Wall -pedantic -std=c23 -lm -g -fsanitize=address")
114
115
add_executable(pi main.c)
116
]]>
0 commit comments