Hello!

I have been learning C for a few months and I've worked my way through the tutorials
in this website. I've written a simple command-line application that reads two files and
do some simple operations, such as copying some data from the source to the target
file. I'm using Bloodshed's Dev-cpp compiler and I would like to know if there's a possibility
to compile it for the Mac platform.

My program uses only basic stdio and string functions, such as getc, putc, fread, fwrite,
fseek, strcmp and so on. It's very simple. So, is there a possibility to compile it for MAC or I
would I need to make many modifications to my source code? Where can I read more about this?

Thanks in advance!