From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 20 Aug 2004 19:20:24 +0200 From: Alberto Cortes To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: [9fans] creating a library, simple question Message-ID: <20040820172024.GA866@shire> References: <20040820101529.GA15555@shire> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Topicbox-Message-UUID: d7dfbcce-eacd-11e9-9e20-41e7f4b1d025 On Fri, 20 Aug 2004 17:10:29 +0000, Charles Forsyth wrote: > with C the usual solution is to give the functions a short prefix > (dbmopen, dbmstore, regcomp, regexec, ndbsearch) or be > in a position to set the standard for everyone else > my clash is your fault. > ------ end of the original message ------ thanks for the advice, i will use a prefix and also include an "internal use only" comment on the headers, as nemo suggested. It is a pity; at first i created a single file with all the functions, the helper ones declared as "static". But i decided to split it by virtue of readability :-( -- http://montoya.aig.uc3m.es/~acortes/index.html