8
examples/tests/no_printf_test.c
Archivo normal
8
examples/tests/no_printf_test.c
Archivo normal
@@ -0,0 +1,8 @@
|
||||
int simple_function(int x) {
|
||||
return x + 1;
|
||||
}
|
||||
|
||||
int main() {
|
||||
int result = simple_function(5);
|
||||
return result;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user