Library coding standards question

2002-02-22 Thread jks
Hello all, I am having some trouble interpreting a portion of the Library Behavior section of the Gnu coding standards. The problem spots are indicated by the questions enclosed in brackets: Choose a name prefix for the library, more than two characters long. All external function and variable

Re: Library coding standards question

2002-02-22 Thread Russ Allbery
jks [EMAIL PROTECTED] writes: Choose a name prefix for the library, more than two characters long. All external function and variable names should start with this prefix. In addition, there should only be one of these [one name prefix, one external function, one variable name, or one of