You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user-provided _fdev_get() function is defined to receive the user data field from the FILE structure as an argument. However, fgetc() is passing a pointer to the FILE instead.