Compiler does not detect Signal functions

Asked

Viewed 24 times

0

Good night!

I study computer engineering and have recently programmed in C due to a project... This same project uses two libraries (#include Signal.h, #include Signal.h). We use a server where all students program and use a program called Putty to connect to that server.

The problem arises when I use a program external to that server (e.g. Visual Studios, codeblock, codelite) and when I try to compile, it gives me the error of "implicit declariton of Function" from Kill function and yet, in relation to the signals, it says that the alarms are not declared (e.g. SIGKILL undeclared, first use in this Function).

  • Certainly the server you connect to is a Unix/Linux environment.

  • Yes! So that’s where these libraries come from... So I can create in a virtual machine this linux environment and try to reproduce the code that I want?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.