Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
9584e97f
Commit
9584e97f
authored
Mar 02, 2021
by
Thomas Jahns
🤸
Browse files
Write error message to stderr.
parent
e8e8461e
Changes
1
Show whitespace changes
Inline
Side-by-side
test/test_combinatorics_c.c
View file @
9584e97f
...
...
@@ -101,7 +101,7 @@ main()
}
if
(
failures
>
0
)
{
printf
(
"Number of repetitions: %"
PRIu32
", Failures: %zu/%zu
\n
"
,
f
printf
(
stderr
,
"Number of repetitions: %"
PRIu32
", Failures: %zu/%zu
\n
"
,
numRuns
,
failures
,
n
*
n
);
for
(
size_t
j
=
0
;
j
<
n
;
++
j
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment