netatalk  4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
crc16.h
Go to the documentation of this file.
1#ifndef CRC16_H
2#define CRC16_H 1
3
4#include <stddef.h>
5#include <stdint.h>
6
7uint16_t crc16_xmodem_update(uint16_t crc, const void *buf, size_t len);
8
9#endif /* CRC16_H */
static char buf[MAXPATHLEN+1]
Definition afppasswd.c:85
uint16_t crc16_xmodem_update(uint16_t crc, const void *buf, size_t len)
Definition crc16.c:18