Deleted Added
full compact
scanfloat_test.c (290537) scanfloat_test.c (291840)
1/*-
2 * Copyright (C) 2003, 2005 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 * Test for scanf() floating point formats.
29 */
30
31#include <sys/cdefs.h>
1/*-
2 * Copyright (C) 2003, 2005 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 * Test for scanf() floating point formats.
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/lib/libc/tests/stdio/scanfloat_test.c 290537 2015-11-08 06:37:50Z ngie $");
32__FBSDID("$FreeBSD: stable/10/lib/libc/tests/stdio/scanfloat_test.c 291840 2015-12-05 04:17:40Z ngie $");
33
34#include <fenv.h>
35#include <float.h>
36#include <locale.h>
37#include <math.h>
38#include <stdio.h>
39#include <stdlib.h>
40#include <string.h>

--- 285 unchanged lines hidden ---
33
34#include <fenv.h>
35#include <float.h>
36#include <locale.h>
37#include <math.h>
38#include <stdio.h>
39#include <stdlib.h>
40#include <string.h>

--- 285 unchanged lines hidden ---