[BACK]Return to cordtest.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / cord

Diff for /OpenXM_contrib2/asir2000/gc/cord/cordtest.c between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:10 version 1.2, 2001/04/20 07:39:24
Line 14 
Line 14 
 # include "cord.h"  # include "cord.h"
 # include <string.h>  # include <string.h>
 # include <stdio.h>  # include <stdio.h>
   # include <stdlib.h>
 /* This is a very incomplete test of the cord package.  It knows about  */  /* This is a very incomplete test of the cord package.  It knows about  */
 /* a few internals of the package (e.g. when C strings are returned)    */  /* a few internals of the package (e.g. when C strings are returned)    */
 /* that real clients shouldn't rely on.                                 */  /* that real clients shouldn't rely on.                                 */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>