このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
visus
/
teensy-core-4.1
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Allow the teensy3 library to be used with strict C++11 conformance.
teensy4-core
Mathias Kende
8年前
親
0d394a6e76
コミット
9e6e8611e4
1個のファイルの変更
、
4行の追加
、
0行の削除
分割表示
差分情報を表示
+4
-0
teensy3/wiring.h
+ 4
- 0
teensy3/wiring.h
ファイルの表示
@@ -60,6 +60,10 @@ extern "C"{
#undef abs
#endif
#if __cplusplus >= 201103L && defined(__STRICT_ANSI__)
#define typeof(a) decltype(a)
#endif
#define min(a, b) ({ \
typeof(a) _a = (a); \
typeof(b) _b = (b); \
書き込み
プレビュー
読み込み中…
キャンセル
保存