source: soft/giet_vm/applications/rosenfeld/src/dummy_func.c @ 813

Last change on this file since 813 was 798, checked in by meunier, 8 years ago
  • Bug fixes in Rosenfeld
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
12void 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.