Differences From Artifact [70b7e88f0b]:
- File tests/tests.c — part of check-in [891f0add23] at 2012-04-08 19:19:56 on branch trunk — Add cfw_string_append(). (user: js, size: 1959) [annotate] [blame] [check-ins using]
To Artifact [33cbcd9d9d]:
- File tests/tests.c — part of check-in [23193dc30b] at 2012-04-08 21:08:04 on branch trunk — Fix includes in tests. (user: js, size: 1950) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - - - + + + | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #include <stdio.h> |
︙ |