apt
0.9.7.5ubuntu5.1
Main Page
Related Pages
Modules
Classes
Files
File List
apt-pkg
contrib
crc-16.h
1
// -*- mode: cpp; mode: fold -*-
2
// Description /*{{{*/
3
// $Id: crc-16.h,v 1.1 1999/05/23 22:55:54 jgg Exp $
4
/* ######################################################################
5
6
CRC16 - Compute a 16bit crc very quickly
7
8
##################################################################### */
9
/*}}}*/
10
#ifndef APTPKG_CRC16_H
11
#define APTPKG_CRC16_H
12
13
#define INIT_FCS 0xffff
14
unsigned
short
AddCRC16(
unsigned
short
fcs,
void
const
*buf,
15
unsigned
long
long
len);
16
17
#endif
Generated on Wed Sep 4 2013 23:15:19 for apt by
1.8.1.2