1 Star 0 Fork 367

杜廷佳java/third_party_skia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
OverwriteLine.h 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mike Klein 提交于 2018-01-25 01:42 +08:00 . eliminate SK_BUILD_FOR_WIN32
#ifndef OverwriteLine_DEFINED
#define OverwriteLine_DEFINED
// Print this string to reset and clear your current terminal line.
static const char* kSkOverwriteLine =
#ifdef SK_BUILD_FOR_WIN
"\r \r"
#elif defined(SK_BUILD_FOR_IOS)
"\r"
#else
"\r\033[K"
#endif
;
#endif//OverwriteLine_DEFINED
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/du-tingjia-java/third_party_skia.git
[email protected]:du-tingjia-java/third_party_skia.git
du-tingjia-java
third_party_skia
third_party_skia
master

搜索帮助