Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 206 Bytes

File metadata and controls

18 lines (11 loc) · 206 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
* Part of SDL test suite.
*
* Written by Edgar Simo "bobbens"
*
* Released under Public Domain.
*/
#ifndef _TEST_RWOPS
# define _TEST_RWOPS
int test_rwops (void);
#endif /* _TEST_RWOPS */