repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
thermal: use %d to print S32 parameters
[linux/fpc-iii.git]
/
tools
/
testing
/
radix-tree
/
regression.h
blob
e018c48166885311afb685d83892a0fe69e96198
1
#ifndef __REGRESSION_H__
2
#define __REGRESSION_H__
3
4
void
regression1_test
(
void
);
5
void
regression2_test
(
void
);
6
void
regression3_test
(
void
);
7
8
#endif