17.02.2015 Views

CCS C Compiler Manual PCB / PCM / PCH

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Built-in Functions<br />

Examples:<br />

int foo(int num, ...)<br />

{<br />

int sum = 0;<br />

int i;<br />

va_list argptr; // create special argument pointer<br />

va_start(argptr,num); // initialize argptr<br />

for(i=0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!