lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since a1467102 was a1467102, checked in by Oleg Romanenko <romanenko.oleg@…>, 15 years ago |
- Add utility to calculate CRC32 for a file(s): filecrc
- Add utility to fill file with specified number of random bytes: filegen
I've used they for testing FAT server. CRC32 algorithm is equal to
cksfv linux utility.
|
-
Property mode
set to
100644
|
|
File size:
61 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | #include <unistd.h>
|
|---|
| 3 |
|
|---|
| 4 | int crc32(int fd, uint32_t * main_val); |
|---|
Note:
See
TracBrowser
for help on using the repository browser.