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
25 lines (18 loc) · 655 Bytes
/
Copy pathdtostrf.cpp
File metadata and controls
25 lines (18 loc) · 655 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
/*
* Copyright (c) 2020 Arduino. All rights reserved.
*/
/**************************************************************************************
* INCLUDE
**************************************************************************************/
#include <deprecated-avr-comp/avr/dtostrf.h>
#include <stdlib.h>
/**************************************************************************************
* FUNCTION IMPLEMENTATION
**************************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
#include <deprecated-avr-comp/avr/dtostrf.c.impl>
#ifdef __cplusplus
} // extern "C"
#endif