C code generation



"Michael Borland" <mdborland@hotmail.com> writes:

> I need to generate C code from the results of maxima.  The string() command
> almost does it, except it uses a^b form for powers and C doesn't have the ^
> operator.
>
> Any suggestions will be appreciated.

Maybe you could use the fortran() command, and then use the 'f2c' [1]
converter to convert it to C.

[1] <http://netlib.org/f2c/>;