equal
deleted
inserted
replaced
|
1 /* |
|
2 Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org> |
|
3 |
|
4 This software is provided 'as-is', without any express or implied |
|
5 warranty. In no event will the authors be held liable for any damages |
|
6 arising from the use of this software. |
|
7 |
|
8 Permission is granted to anyone to use this software for any purpose, |
|
9 including commercial applications, and to alter it and redistribute it |
|
10 freely. |
|
11 */ |
1 |
12 |
2 /* Simple test of the SDL threading code and error handling */ |
13 /* Simple test of the SDL threading code and error handling */ |
3 |
14 |
4 #include <stdio.h> |
15 #include <stdio.h> |
5 #include <stdlib.h> |
16 #include <stdlib.h> |