struct and arguments

Posted by jay on Stack Overflow See other posts from Stack Overflow or by jay
Published on 2010-06-02T03:35:17Z Indexed on 2010/06/02 3:43 UTC
Read the original article Hit count: 292

Filed under:
|
|
|

I am trying to modularize a function that used to add values to multiple structures in one call. Now I want to do one value addition per call, but I am not sure how to make a less specific argument reference.

func ( [?] *val )
{

}

© Stack Overflow or respective owner

Related posts about c

    Related posts about function