netatalk
4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Toggle main menu visibility
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
7
uint16_t
crc16_xmodem_update
(uint16_t crc,
const
void
*
buf
,
size_t
len);
8
9
#endif
/* CRC16_H */
buf
static char buf[MAXPATHLEN+1]
Definition
afppasswd.c:85
crc16_xmodem_update
uint16_t crc16_xmodem_update(uint16_t crc, const void *buf, size_t len)
Definition
crc16.c:18
bin
nad
crc16.h
Generated by
1.18.0