Changeset 83 for trunk/test/src/RpLibraryC_test.c
- Timestamp:
- Oct 5, 2005 8:17:26 AM (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/src/RpLibraryC_test.c
r77 r83 106 106 id = nodeId(childEle); 107 107 type = nodeType(childEle); 108 108 109 109 printf("childEle comp = :%s:\n",comp); 110 110 printf("childEle id = :%s:\n",id); … … 132 132 id = nodeId(childEle); 133 133 type = nodeType(childEle); 134 134 135 135 printf("childEle comp = :%s:\n",comp); 136 136 printf("childEle id = :%s:\n",id);
Note: See TracChangeset
for help on using the changeset viewer.