source:
soft/giet_vm/applications/rosenfeld/src/dummy_func.c
@
807
Last change on this file since 807 was 798, checked in by , 9 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | |
2 | #include <stddef.h> |
3 | #include <stdlib.h> |
4 | |
5 | #include "mypredef.h" |
6 | #include "nrtype.h" |
7 | #include "nrdef.h" |
8 | #include "nrmacro.h" |
9 | #include "nrkernel.h" |
10 | |
11 | |
12 | void write_ui8matrix_positive (uint8 **m,int i0, int i1, int j0, int j1, int iformat, char *filename) {} |
13 |
Note: See TracBrowser
for help on using the repository browser.