add code-topic mapping for better learning experience. close #5
[lunaix-os.git] / lunaix-os / includes / lib / crc.h
1 #ifndef __LUNAIX_CRC_H
2 #define __LUNAIX_CRC_H
3 unsigned int
4 crc32b(unsigned char* data, unsigned int size);
5
6 #endif /* __LUNAIX_CRC_H */