Files
SAPFOR/projects/dvm/fdvm/trunk/Sage/h/symblob.h
2025-03-12 14:28:04 +03:00

18 lines
433 B
C

/*********************************************************************/
/* 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];