Deleted Added
full compact
printbasic_test.c (290537) printbasic_test.c (291840)
1/*-
2 * Copyright (c) 2009 David Schultz <das@FreeBSD.org>
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

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

24 * SUCH DAMAGE.
25 */
26
27/*
28 * Tests for basic and miscellaneous printf() formats.
29 */
30
31#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2009 David Schultz <das@FreeBSD.org>
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

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

24 * SUCH DAMAGE.
25 */
26
27/*
28 * Tests for basic and miscellaneous printf() formats.
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/lib/libc/tests/stdio/printbasic_test.c 290537 2015-11-08 06:37:50Z ngie $");
32__FBSDID("$FreeBSD: stable/10/lib/libc/tests/stdio/printbasic_test.c 291840 2015-12-05 04:17:40Z ngie $");
33
34#include <err.h>
35#include <limits.h>
36#include <locale.h>
37#include <stdio.h>
38#include <stdarg.h>
39#include <stddef.h>
40#include <stdint.h>

--- 118 unchanged lines hidden ---
33
34#include <err.h>
35#include <limits.h>
36#include <locale.h>
37#include <stdio.h>
38#include <stdarg.h>
39#include <stddef.h>
40#include <stdint.h>

--- 118 unchanged lines hidden ---