Deleted Added
full compact
towctrans_test.c (290532) towctrans_test.c (291178)
1/*-
2 * Copyright (c) 2003 Tim J. Robbins
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27/*
28 * Test program for wctrans() and towctrans() as specified by
29 * IEEE Std. 1003.1-2001 and ISO/IEC 9899:1999.
30 *
31 * The functions are tested in the "C" and "ja_JP.eucJP" locales.
32 */
33
34#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2003 Tim J. Robbins
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27/*
28 * Test program for wctrans() and towctrans() as specified by
29 * IEEE Std. 1003.1-2001 and ISO/IEC 9899:1999.
30 *
31 * The functions are tested in the "C" and "ja_JP.eucJP" locales.
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/lib/libc/tests/locale/towctrans_test.c 290532 2015-11-08 02:06:17Z ngie $");
35__FBSDID("$FreeBSD: stable/10/lib/libc/tests/locale/towctrans_test.c 291178 2015-11-23 08:31:41Z ngie $");
36
37#include <locale.h>
38#include <stdio.h>
39#include <string.h>
40#include <wchar.h>
41#include <wctype.h>
42
43#include <atf-c.h>

--- 47 unchanged lines hidden ---
36
37#include <locale.h>
38#include <stdio.h>
39#include <string.h>
40#include <wchar.h>
41#include <wctype.h>
42
43#include <atf-c.h>

--- 47 unchanged lines hidden ---