This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-core-4.1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix fcvtf warning
teensy4-core
Alexander Shtuchkin
8 years ago
parent
49769659ce
commit
fdf4e7af50
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
teensy3/nonstd.c
+ 2
- 0
teensy3/nonstd.c
View File
@@ -66,6 +66,8 @@ char * ltoa(long val, char *buf, int radix)
}
}
char * fcvtf(float, int, int *, int *);
char * dtostrf(float val, int width, unsigned int precision, char *buf)
{
int decpt, sign, reqd, pad;
Write
Preview
Loading…
Cancel
Save