data.h
上传用户:lhwx1029
上传日期:2013-03-07
资源大小:1173k
文件大小:1k
- #if !defined(_DATA_H_)
- #define _DATA_H_
- /** 3DGPL *************************************************
- * () *
- * Interpreting ascii data description, constructing a *
- * data structure in memory. *
- * *
- * Files: *
- * data.c Data interpretor. *
- * *
- * (c) 1995-98 Sergei Savchenko, (savs@cs.mcgill.ca) *
- **********************************************************/
- void* D_data(char *name);
- /**********************************************************/
- #endif