Files
SAPFOR/projects/dvm_svn/fdvm/trunk/Sage/h/symblob.h
2025-03-13 09:28:27 +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];