/* $Id: sort.hh,v 1.1 1998/08/17 20:23:26 cthulhu Exp $ */ #ifndef _SORT_DOT_HH_ #define _SORT_DOT_HH_ #include "cell.hh" class SortList { public: Cell *val; SortList *next; }; #endif /* $Log: sort.hh,v $ * Revision 1.1 1998/08/17 20:23:26 cthulhu * Initial revision * */