What is the correct syntax for #Include;

I’m trying to use #inlcude but it isn’t working. I think I’m using the wrong syntax. Does anybody know the correct syntax? Here’s the error I keep getting:

*Severe:Couldn’t open ‘#include’ file ‘robotFunctionList.c’

#include "robotFunctionList.c"

task main()
{

	

}

You have the correct syntax.
Make sure both files are saved in the same folder.