Changes between Version 5 and Version 6 of CaoCourseTme4


Ignore:
Timestamp:
Feb 25, 2007, 7:53:17 PM (18 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaoCourseTme4

    v5 v6  
    6565typedef struct port {
    6666        struct port     *NEXT;
    67         char               *NAME;
    68         int                  TYPE;
     67        char            *NAME;
     68        int             TYPE;
    6969        } port_t;
    7070}}}