/usr/include/spooles/Utilities/ND.h is in libspooles-dev 2.2-10build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | /* ND0.h */
void ND0 ( int n1, int n2, int n3, int new_to_old[],
int west, int east, int south, int north,
int bottom, int top ) ;
void fp2DGrid ( int n1, int n2, int ivec[], FILE *fp ) ;
void fp3DGrid ( int n1, int n2, int n3, int ivec[], FILE *fp ) ;
|