ObjFW  Diff

Differences From Artifact [d20d767138]:

  • File tests/tcpsocket.m — part of check-in [81239da84f] at 2009-10-03 13:38:54 on branch trunk — Rename tests_new to tests. (user: js size: 1570)
  • File tests_new/tcpsocket.m — part of check-in [63b90ff39d] at 2009-10-01 07:51:21 on branch trunk — Fix stupid gcc warning that only appears on OS X. (user: js size: 1570)

To Artifact [1ff40bde1e]:

  • File tests/OFTCPSocket.m — part of check-in [9a18482367] at 2009-11-09 22:59:57 on branch trunk — Rename tests to match the name of the class they test. (user: js size: 1567)
  • File tests/tcpsocket.m — part of check-in [a3cc34b139] at 2009-11-09 22:45:13 on branch trunk — Rename libobjfw to ObjFW. (user: js size: 1567)

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6

7
8
9
10
11
12
13
14






-
+







/*
 * Copyright (c) 2008 - 2009
 *   Jonathan Schleifer <js@webkeks.org>
 *
 * All rights reserved.
 *
 * This file is part of libobjfw. It may be distributed under the terms of the
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE included in
 * the packaging of this file.
 */

#include "config.h"

#include <stdlib.h>