The main() function can accept two or more arguments (ISO C, §5.1.2.2.1) of the form:
int main(int argc, char *argv[]) { /*...*/ }
The values stored in the argc and argv arguments depend on Carbide C’s target platform.