pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] I'm Back at last


From: jemarch
Subject: Re: [pdf-devel] I'm Back at last
Date: Fri, 14 Dec 2007 04:12:59 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

    >    /* Print a message with `fprintf (stderr, FORMAT, ...)';
    >       if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
    >       If STATUS is nonzero, terminate the program with `exit (STATUS)'.  
*/
    >    extern void pdf_error (int status, int errnum, const char *format, 
...);
    > 
    > Please make sure that the error strings conform to the GCS. 

   What is it ? Can you give me any link to that ?

GNU Coding Standards: http://www.gnu.org/prep/standards/

    > I would also rename this function to `pdf_perror'.

   It's declared as:

   extern void pdf_perror (const char *str);

   It usually has fewer parameters than pdf_error. You want it removed and 
change
   "pdf_error" to "pdf_perror" ?

I didnt noticed pdf_perror, sorry.


--
José E. Marchesi  <address@hidden>

GNU Project       http://www.gnu.org
GNU Spain         http://es.gnu.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]