forked from arduino/ArduinoCore-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdtostrf.cpp
More file actions
27 lines (20 loc) · 712 Bytes
/
Copy pathdtostrf.cpp
File metadata and controls
27 lines (20 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
* Copyright (c) 2020 Arduino. All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
/**************************************************************************************
* INCLUDE
**************************************************************************************/
#include <api/deprecated-avr-comp/avr/dtostrf.h>
#include <stdlib.h>
/**************************************************************************************
* FUNCTION IMPLEMENTATION
**************************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
#include <api/deprecated-avr-comp/avr/dtostrf.c.impl>
#ifdef __cplusplus
} // extern "C"
#endif