N
newbie29
I get this error "invalid type argument of '->'".
It occurs when:
if (num_process->t_pid == -1) {
....
}
I have defined the struct num_process in the same file as where the
above is called.
Please could you explain how to resolve this error?
Thanks.
It occurs when:
if (num_process->t_pid == -1) {
....
}
I have defined the struct num_process in the same file as where the
above is called.
Please could you explain how to resolve this error?
Thanks.