source:
trunk/Python/src/tests_jmodelica/files/Modelica/Resources/Include/addNumbers.h
@
13703
Last change on this file since 13703 was 13703, checked in by , 2 months ago | |
---|---|
File size: 156 bytes |
Line | |
---|---|
1 | #ifndef ADDNUMBERS_H |
2 | #define ADDNUMBERS_H |
3 | |
4 | double add(double a, double b); |
5 | void multiplyAnArray(int* inputs, int* outputs, int size, int m); |
6 | |
7 | #endif |
Note: See TracBrowser
for help on using the repository browser.