Additional merging

This commit is contained in:
Hendrik Holtmann
2014-02-10 01:57:21 +01:00
parent 7383e0819e
commit 595fcd5957
4 changed files with 15 additions and 57 deletions

View File

@ -115,7 +115,7 @@ typedef struct {
} SMCVal_t;
UInt32 _strtoul(char *str, int size, int base);
float _strtof(char *str, int size, int e);
float _strtof(unsigned char *str, int size, int e);
// Exclude command-line only code from smcFanControl UI
#ifdef CMD_TOOL