Menu

#7 Missing #include <stdlib.h> in help.c

open
nobody
None
5
2022-11-27
2022-11-27
No

The exit function is declared in <stdlib.h>, so include that header. This prevents a build failure with compilers that no longer support implicit function declarations (which were removed from the language in C99).

1 Attachments

Discussion


Log in to post a comment.

MongoDB Logo MongoDB