moved to dvm_svn
This commit is contained in:
17
projects/dvm_svn/fdvm/trunk/Sage/h/symblob.h
Normal file
17
projects/dvm_svn/fdvm/trunk/Sage/h/symblob.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*********************************************************************/
|
||||
/* 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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user