[core] Move platform/ files to cores/
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DisableFormat: true
|
||||
SortIncludes: Never
|
||||
@@ -1,17 +0,0 @@
|
||||
/* Copyright (c) Kuba Szczodrzyński 2022-04-23. */
|
||||
|
||||
/* WCharacter.h uses deprecated isascii() and toascii(),
|
||||
which are available in gnu++11 but not c++11 */
|
||||
#include <cstddef>
|
||||
|
||||
#ifdef __STRICT_ANSI__
|
||||
|
||||
inline bool isascii(int c) {
|
||||
return ((c & ~0x7f) != 0 ? false : true);
|
||||
}
|
||||
|
||||
inline bool toascii(int c) {
|
||||
return (c & 0x7f);
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -1 +0,0 @@
|
||||
boot_all_77F7.bin tysdk_for_rtl8710bn
|
||||
Reference in New Issue
Block a user