Converting C based code into Arduino format

I do not have much experience coding, but I am trying to connect an ANT AP2 module to an Arduino Mini Pro, and send data to another ANT module.

What I have is an example code written in C language for a TI based microcontroller, and I need a relatively easy way to convert this code into Arduino language.

Any suggestions?

-jbschran

Any suggestions?

The Arduino is programmed in C/C++. "Converting" the code isn't really required. However, you should post the code so we can see if there are things that will need to be changed to work with the Arduino.