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
I tried compiling the code under Visual Studio, it does not have strings.h. However, removing all references to that header works fine for both GCC and VS.
soldout.c(2281): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
I don't know what strings.h contains, does it look fine to remove those headers?
The text was updated successfully, but these errors were encountered:
Hello,
I tried compiling the code under Visual Studio, it does not have strings.h. However, removing all references to that header works fine for both GCC and VS.
I don't know what strings.h contains, does it look fine to remove those headers?
The text was updated successfully, but these errors were encountered: