Changes between Version 5 and Version 6 of CaoCourseTme4
- Timestamp:
- Feb 25, 2007, 7:53:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaoCourseTme4
v5 v6 65 65 typedef struct port { 66 66 struct port *NEXT; 67 char 68 int 67 char *NAME; 68 int TYPE; 69 69 } port_t; 70 70 }}}