Last change
on this file since 794 was
792,
checked in by meunier, 9 years ago
|
- Adding missing files in libmath
|
File size:
474 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 | |
---|
13 | IMAGE_EXPORT(uint8 **) LoadPGM_ui8matrix(char *filename, int *nrl, int *nrh, int *ncl, int *nch) { return NULL; } |
---|
14 | IMAGE_EXPORT(void) SavePGM_ui8matrix(uint8 **m, int nrl, int nrh, int ncl, int nch, char *filename) {} |
---|
15 | |
---|
16 | void write_ui8matrix_positive (uint8 **m,int i0, int i1, int j0, int j1, int iformat, char *filename) {} |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.