version 1.5, 2003/12/06 02:49:22 |
version 1.6, 2020/10/06 11:33:46 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/kclass.h,v 1.4 2003/11/21 02:39:10 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/kclass.h,v 1.5 2003/12/06 02:49:22 takayama Exp $ */ |
|
|
/* kclass.h 1997, 3/1 |
/* kclass.h 1997, 3/1 |
This module handles class data base. |
This module handles class data base. |
Line 123 struct object KtreeiRemoveChild(struct object otree,st |
|
Line 123 struct object KtreeiRemoveChild(struct object otree,st |
|
|
|
struct object KtreeCopy(struct object otree); |
struct object KtreeCopy(struct object otree); |
struct object KtreeCopyCopy(struct object otree); /* recursive copy */ |
struct object KtreeCopyCopy(struct object otree); /* recursive copy */ |
|
void fprintIndeterminate(FILE *fp,struct object op); |