diff options
Diffstat (limited to 'src/crc.c')
| -rw-r--r-- | src/crc.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +/* +** crc.c - calculate CRC +** +** See Copyright Notice in mruby.h +*/ + #include <limits.h> #include <stdint.h> // Calculate CRC (CRC-16-CCITT) |
