A92: Re: A89: Re: Re: "Transfer" of values between C and ASM


[Prev][Next][Index][Thread]

A92: Re: A89: Re: Re: "Transfer" of values between C and ASM




In a message dated 8/4/99 12:49:19 PM Eastern Daylight Time, 
e96nbr@efd.lth.se writes:

> list_header *List_Find(list_pointer *pointer, USHORT ID);

what does the * do?

>  You can now do this:
>  list *mylist;

is this how to define a list?  and again what does the * do?

>  list_header *alistitem;
>  alistitem = List_Find(&mylist, 42);

what is the & for?

>  <alistitem> now points to the item in the list which has an ID = 42.
>  


Follow-Ups: