File: ND.h

package info (click to toggle)
spooles 2.2-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,656 kB
  • ctags: 3,690
  • sloc: ansic: 146,836; sh: 7,571; csh: 3,615; makefile: 1,968; perl: 74
file content (7 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (7)
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 ) ;