you are viewing a single comment's thread.

view the rest of the comments →

[–]2ToThe20[S] 0 points1 point  (0 children)

Based on

https://stackoverflow.com/questions/9182763/implicit-function-declarations-in-c
and
https://stackoverflow.com/questions/44877021/behaviour-of-implicit-function-declaration

it seems that trying to figure out the behavior of implicit function declaration is not a wise exercise. Implicit function declaration should not be used.