Ion C
C library for Ion
ion_float.h
Go to the documentation of this file.
1 /*
2  * Copyright 2009-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at:
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
12  * language governing permissions and limitations under the License.
13  */
14 
17 #ifndef IONC_ION_FLOAT_H
18 #define IONC_ION_FLOAT_H
19 
20 #include "ion_types.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 ION_API_EXPORT BOOL ion_float_is_negative_zero(double value);
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif //IONC_ION_FLOAT_H