Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal snprintf.c snprintf-imp.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 11 Aug 2000 17:03:16 -0500 (CDT)
guy         2000/08/11 17:03:11 CDT

  Modified files:
    .                    snprintf.c snprintf-imp.h 
  Log:
  Give them RCS IDs.
  
  Fix a typo in the LGPL in the initial comment.
  
  Move the includes of <stdlib.h> and <ctype.h> out of "snprintf-imp.h"
  into "snprintf.c", and put them *before* the include of "snprintf.h", so
  that "size_t" is defined before "snprintf.h" is included ("snprintf.h"
  uses "size_t").
  
  Revision  Changes    Path
  1.11      +7 -1      ethereal/snprintf.c
  1.3       +5 -4      ethereal/snprintf-imp.h