Changeset 226a654 in mainline for test/print/print1/test.c
- Timestamp:
- 2006-03-17T09:57:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a7d9d1
- Parents:
- 8a0b0669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/print/print1/test.c
r8a0b0669 r226a654 38 38 printf(" W %W %w \n",0x0123 ,0x0123); 39 39 printf(" B %B %b \n",0x01 ,0x01); 40 printf(" Print to NULL '%s'\n",NULL); 40 41 return; 41 42 }
Note:
See TracChangeset
for help on using the changeset viewer.