This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Library in C


On May 17, 2001, Pietro <kpietro@inwind.it> wrote:

> In dos there are #include<dos.h>  for gestion interrupt,  #include
> "port.h" for gestion exasample Rs232 , in gcc for linux ? What is the
> file include ?

GCC is a compiler, and such header files are part of the C library,
which is not bundled with GCC.  So, if you have questions about header
files and the C library, you have to ask the suppliers of the library.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]