comparison highscore.c @ 10:4f6bf50dbc4a default tip

Detect the OS and configure build flags and libraries automatically
author Guido Berhoerster <guido+rantaiwarna@berhoerster.name>
date Tue, 13 Sep 2016 18:19:44 +0200
parents a9a7ad180c3b
children
comparison
equal deleted inserted replaced
9:6cbf50148e87 10:4f6bf50dbc4a
19 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 19 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 20 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 */ 22 */
23 23
24 #define _XOPEN_SOURCE 600
25
26 #include <stdlib.h> 24 #include <stdlib.h>
27 #include <pwd.h> 25 #include <pwd.h>
28 #include <unistd.h> 26 #include <unistd.h>
29 #include <stdio.h> 27 #include <stdio.h>
30 #include <string.h> 28 #include <string.h>