blob: 6c32fe1f31c3f618fc5e482022e9f6a33aababa7 [file] [log] [blame]
#include <stdio.h>
void cfunction(int n, float x)
{
printf(" This is the C function - %d %f\n", n, x);
}