Commit 7bd16a29 authored by Taddeüs Kroes's avatar Taddeüs Kroes

ModSim: Added assignment 3.

parent 0a237ba5
#include <stdlib.h>
#include <stdio.h>
int main(void) {
return 0;
}
#ifndef FUNC_PTR_H
#define FUNC_PTR_H
typedef double (*func_ptr)(double t);
typedef double (*diff_ptr)(double t, func_ptr y);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment