repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
workbench
/
devs
/
afs
/
checksums.h
blob
ebfabdd0c13b628da087be976e23d5875fdb94b5
1
#ifndef CHECKSUMS_H
2
#define CHECKSUMS_H
3
4
/*
5
Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#include
"os.h"
10
11
ULONG
calcChkSum
(
ULONG
,
ULONG
*);
12
13
#endif