Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 11 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* |
1 | /* |
2 | * $Id: statistics.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $ |
2 | * $Id: statistics.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $ |
3 | * |
3 | * |
4 | * $Log: statistics.h,v $ |
4 | * $Log: statistics.h,v $ |
5 | * Revision 1.1.1.1 2003/11/04 23:34:57 mjames |
5 | * Revision 1.1.1.1 2003/11/04 23:34:57 mjames |
6 | * Imported into local repositrory |
6 | * Imported into local repositrory |
Line 9... | Line 9... | ||
9 | * Tidying up problematical comments caused by CVS |
9 | * Tidying up problematical comments caused by CVS |
10 | * 'intelligent' comment guessing |
10 | * 'intelligent' comment guessing |
11 | * |
11 | * |
12 | */ |
12 | */ |
13 | 13 | ||
14 | extern int count_paths (char *skt_name); |
14 | extern int count_paths(char * skt_name); |
- | 15 | ||
- | 16 | ||
15 | 17 | ||
16 | /* this procedure counts up and displays the number of nets with less than a certain |
18 | /* this procedure counts up and displays the number of nets with less than a certain |
17 | 19 | ||
18 | threshold number of nodes actually in use in the named list. */ |
20 | threshold number of nodes actually in use in the named list. */ |
19 | 21 | ||
20 | extern void count_nets_with_few_nodes (int limit); |
22 | extern void count_nets_with_few_nodes(int limit); |
- | 23 |