Where is stdlib.h?

Everything related to Installing and maintaining software.
Post Reply
kstailey
Posts: 4
Joined: Wed Feb 21, 2024 9:46 am

Where is stdlib.h?

Post by kstailey »

I tried to find stdlib.h but:

Code: Select all

ksta@ksta-ghostbsd ~/ancient-funny-demo (main) [1]> find /usr/local/include -name stdlib.h
ksta@ksta-ghostbsd ~/ancient-funny-demo (main)> find /usr/include -name stdlib.h
ksta@ksta-ghostbsd ~/ancient-funny-demo (main)> 
Is there some package I need to install?
Thanks
Kenneth
chadbsd
Posts: 26
Joined: Thu Oct 05, 2023 8:53 pm

Re: Where is stdlib.h?

Post by chadbsd »

sudo pkg install os-generic-userland-devtools
Post Reply