数据结构(C语言版)《严蔚敏、吴伟民编著》课本例子原代码 ,谁有的哈,请发给我,huilinh_30156@163.com
数据结构(C语言版)《严蔚敏、吴伟民编著》课本例子原代码 ,谁有的哈,请发给我,huilinh_30156@163.com
日期:2011-09-30 18:46:13 人气:1
#include
#include
int ListInsert(int *L,int ListLength)
{
int i,j,e=9;
int * newbase=NULL;
printf("Please input the posion:"); //输入要插入的位置
scanf("%d",&i);
if(iListLength)
{
printf("Input Error!!