stdio.h

Asked by Phivos

I am missing stdio.h (and many more) libraries! or at least i cant find them!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Phivos
Solved:
Last query:
Last reply:
Revision history for this message
James Cuzella (trinitronx) said :
#1

This should usually be found in: /usr/include/

Try:

sudo apt-get install build-essential

Revision history for this message
Phivos (phivos6) said :
#2

it worked, thank you