Files
SAPFOR/dvm/fdvm/trunk/Sage/h/symblob.h

18 lines
433 B
C
Raw Normal View History

2023-09-14 19:43:13 +03:00
/*********************************************************************/
/* pC++/Sage++ Copyright (C) 1993 */
/* Indiana University University of Oregon University of Rennes */
/*********************************************************************/
typedef struct sblob *PTR_SBLOB;
struct sblob { PTR_SYMB symb;
PTR_SBLOB next;
};
struct sblob syms[100];