Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/trunk/libmavl/mavl_print.c
60,7 → 60,7
}
 
void
print(struct mavl *t, void (*pcb)(char*,struct mavlnode *), int width)
mavl_print(struct mavl *t, void (*pcb)(char*,struct mavlnode *), int width)
{
int de;
char * buffer;