mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-12 06:25:40 +00:00
fix & update
This commit is contained in:
parent
0557a41f1a
commit
741520fa66
58 changed files with 6620 additions and 6810 deletions
|
|
@ -79,7 +79,7 @@ extern _LONG_CALL_ROM_ const char * prvStrStr(
|
|||
IN const char * str2
|
||||
);
|
||||
|
||||
|
||||
#ifndef __GNUC__
|
||||
/*
|
||||
* Fast implementation of tolower() for internal usage. Do not use in your
|
||||
* code.
|
||||
|
|
@ -88,6 +88,7 @@ static inline char _tolower(const char c)
|
|||
{
|
||||
return c | 0x20;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Fast check for octal digit */
|
||||
static inline int isodigit(const char c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue