Language
C
Compiler
gcc HEAD 9.0.1 20190318 (experimental)
Options
Warnings
C11
no pedantic
Raw compiler options
error.c
$ gcc prog.c -Wall -Wextra -std=c11 error.c
NZERO = 20
current nice value in parent is 10
current nice value in child is 10, adjusting by 0
now child nice value is 10
child count = 8386324
parent count = 8635798
Exit Code:
0