Home > Back-end >  An error occurred while using the gcc command
An error occurred while using the gcc command

Time:12-07

"undefined reference to 'func~'" error..

I'm new to that program, so I can't figure out the reason for the error.

enter image description here

CodePudding user response:

You need to add #include <stdlib.h>

  • Related