Q: why there is no need of declaring header files in unix ?
header file
Collapse
X
-
Originally posted by sanjayuceQ: why there is no need of declaring header files in unix ?
any other OS: you need header files there too. There are many header files
for many different purposes and when you create your own programs you most
likely have to write your own header files too. It's intrinsic to those languages.
kind regards,
Jos
Comment