[CLN-list] how to assign cl_I type to structure number

mahesh ram maheshgram at yahoo.com
Tue Jan 31 10:23:53 CET 2006


 i am r.seetaram, M.Tech, C.S.
 i have faced the following problem:
 cl_I val=10;
 struct node
 { cl_I data;
   struct node * link;
 };
 struct node * start=NULL;
 start = (struct node *) malloc(sizeof(struct node));
 start->data = value; // error in this line;
 
 

			
---------------------------------
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.cebix.net/pipermail/cln-list/attachments/20060131/74cc01cd/attachment.html


More information about the CLN-list mailing list