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

Diff for /OpenXM_contrib2/asir2000/gc/include/cord.h between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:10 version 1.2, 2001/04/20 07:39:25
Line 41 
Line 41 
  * This interface is fairly big, largely for performance reasons.   * This interface is fairly big, largely for performance reasons.
  * The most basic constants and functions:   * The most basic constants and functions:
  *   *
  * CORD - the type fo a cord;   * CORD - the type of a cord;
  * CORD_EMPTY - empty cord;   * CORD_EMPTY - empty cord;
  * CORD_len(cord) - length of a cord;   * CORD_len(cord) - length of a cord;
  * CORD_cat(cord1,cord2) - concatenation of two cords;   * CORD_cat(cord1,cord2) - concatenation of two cords;

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

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