Subversion Repositories Vertical

Rev

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: print_ports.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
2
 *  $Id: print_ports.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
3
 *
3
 *
4
 * $Log: print_ports.h,v $
4
 * $Log: print_ports.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
7
 *
7
 *
Line 10... Line 10...
10
 * 'intelligent' comment guessing
10
 * 'intelligent' comment guessing
11
 *
11
 *
12
 * Revision 1.1  2001/09/21 14:20:09  mjames
12
 * Revision 1.1  2001/09/21 14:20:09  mjames
13
 * Implemented Write Pin command : fixed up HTML output
13
 * Implemented Write Pin command : fixed up HTML output
14
 *
14
 *
15
 */
15
*/
16
 
16
 
17
/* for each pin on the connector, list out all of the information */
17
/* for each pin on the connector, list out all of the information */
18
extern int list_intersection (FILE *f, char *con_id, char *fpga_id);
18
extern int list_intersection(FILE * f,char * con_id, char * fpga_id);
-
 
19