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

Latest commit

 

History

History
19 lines (12 loc) · 259 Bytes

File metadata and controls

19 lines (12 loc) · 259 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
* Part of SDL test suite.
*
* Written by Edgar Simo "bobbens"
*
* Released under Public Domain.
*/
#ifndef _TEST_PLATFORM
# define _TEST_PLATFORM
Aug 6, 2009
Aug 6, 2009
14
const char *platform_getPlatform (void);
15
16
17
18
int test_platform (void);
#endif /* _TEST_PLATFORM */