Page MenuHomec4science

c_func.c
No OneTemporary

File Metadata

Created
Sun, Sep 29, 03:16

c_func.c

/* -------------------------------------------------------------------------- */
#include "c_func.h"
/* -------------------------------------------------------------------------- */
#include <stdio.h>
/* -------------------------------------------------------------------------- */
void c_function(matrix * in, double d) {
printf("d = %g\n", d);
// print matrix to screan
}

Event Timeline