repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tests
/
kits
/
support
/
ByteOrderTest.h
blob
3102d5ecd242d0b1836edef79997ba4d21eaa9c4
1
/*
2
* Copyright 2004-2010, Axel Dörfler, axeld@pinc-software.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef _BYTE_ORDER_TEST_H_
6
#define _BYTE_ORDER_TEST_H_
7
8
9
#include
"TestCase.h"
10
11
12
CppUnit
::
Test
*
ByteOrderTestSuite
();
13
14
15
#endif
// _BYTE_ORDER_TEST_H_