Changeset b9060a83 in mainline for uspace/app/filegen/filegen.c
- Timestamp:
- 2011-06-12T09:45:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17fa0280
- Parents:
- 010b52d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/filegen/filegen.c
r010b52d8 rb9060a83 73 73 close(fd); 74 74 crc = ~crc; 75 printf("%s : %x\n", argv[1], crc);75 printf("%s : %x\n", argv[1], crc); 76 76 77 77 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.