From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Beginner: C / Allegro: "-lalleg" Date: Mon, 29 Dec 1997 14:47:00 -0500 Organization: Cornell University (http://www.cornell.edu/) Lines: 17 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <34A7FE34.53CDA4A7@cornell.edu> References: <34a65d39 DOT 1813898 AT news2 DOT frankfurt DOT netsurf DOT de> <34A6EED6 DOT 7542E982 AT mailbox DOT uq DOT edu DOT au> NNTP-Posting-Host: cu-dialup-0041.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Konstanty Bialkowski wrote: > in include file allegro.h has the definitions for all the functions in > allegro.h and for all the definitions you also need the actual code > (that is what the library is for) correction: in C, header files are used to 'declare' functions. the 'definition' of a function is the actual code. -- ---------------------------------------------------------------------- A. Sinan Unur Department of Policy Analysis and Management, College of Human Ecology, Cornell University, Ithaca, NY 14853, USA mailto:sinan DOT unur AT cornell DOT edu http://www.people.cornell.edu/pages/asu1/