File: misc.h

package info (click to toggle)
vis5d 5.2abeta5-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 23,756 kB
  • ctags: 8,867
  • sloc: ansic: 112,466; sh: 7,705; fortran: 2,323; makefile: 155
file content (15 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* misc.h */


#ifndef MISC_H
#define MISC_H


extern char *str_dup( char *s );


extern void print_min_max( float *data, int n );


#endif