In my understanding you are trying to generate code using C90 type. In general, MATLAB coder uses C89/C90 (ANSI) types by default.
You can explicitly change the 'Standard math library' property to 'C89/C90 (ANSI)' in Custom Code tab during code generation.
Take a look at the following documentation Change the Standard Math Library for detailed information.