hi all...

i was handed a job to fix some c code and while i have programed many years using other languages i cant figure this one out and could not find anything on line.

supposing the SOAP_FMAC5 and SOAP_FMAC6 are macros how would the definition of this function read?

SOAP_FMAC5 struct SOAP_ENV__Fault * SOAP_FMAC6 soap_new_SOAP_ENV__Fault(struct soap*, int);

in this case both macros appears to be defined as just place holders. there are no values or structures attached to those. but what if there were? how would those affect the function definition?


thanks....