RE: function call

2002-12-13 Thread Kevin OKeefe
It can't be static in the header or in the .c file if you intend to use it in other translation units (.c files). Make it extern in the header and c file or don't supply a linkage and it will be extern by default. Kevin -Original Message- From: jessie smith [mailto:[EMAIL PROTECTED]] S

Re: function call intra segment vs. inter segemnt

2000-06-15 Thread Eugene Chin
What compiler? > The program runs well when I grouped the all the file into one segment. > However, after I divide this into multiple segment, some functions doesn't > work. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/

Re: function call intra segment vs. inter segemnt

2000-06-15 Thread In Seo Han
. > > What compiler? > Compiler version is CW 4.0.1 Build 0436 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/