Bur Nor
0
Q:

dereferencing pointer to incomplete type ‘struct dirent

The “dereferencing pointer to incomplete type” error commonly occurs in C when one tries to dereference a type (usually a struct) that is:

not declared at all.
declared, but not defined.
2
dereferencing pointer to incomplete type ‘struct dirent
0

New to Communities?

Join the community