On Fri, 29 Dec 2006, olsongt%40verizon.net">olsongt
verizon.net wrote:
> Maybe my google-fu is off today, but is there any significance to the
> 'labl' prefix that some libraries use? When should (or shouldn't) I use
> it myself?
To answer your question: you can give the name you like to your libraries,
unless it is already taken. Beware of the possible namespace clashes:
either prefix each of your modules with the name of your library, e.g.
Foo_lexer, Foo_parser, Foo_list, ...
or put the modules into a single big module using the -pack option of the
compiler, so that you get Foo.Lexer, Foo.Parser, Foo.List, etc.
Martin
--
Martin Jambon
http://martin.jambon.free.fr
.