Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:13:16

0001 // Protocol Buffers - Google's data interchange format
0002 // Copyright 2023 Google LLC.  All rights reserved.
0003 //
0004 // Use of this source code is governed by a BSD-style
0005 // license that can be found in the LICENSE file or at
0006 // https://developers.google.com/open-source/licenses/bsd
0007 
0008 #ifndef UPB_LEX_STRTOD_H_
0009 #define UPB_LEX_STRTOD_H_
0010 
0011 // Must be last.
0012 #include "upb/port/def.inc"
0013 
0014 #ifdef __cplusplus
0015 extern "C" {
0016 #endif
0017 
0018 double _upb_NoLocaleStrtod(const char *str, char **endptr);
0019 
0020 #ifdef __cplusplus
0021 } /* extern "C" */
0022 #endif
0023 
0024 #include "upb/port/undef.inc"
0025 
0026 #endif /* UPB_LEX_STRTOD_H_ */