mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-21 03:25:43 +08:00
Add two put
This commit is contained in:
4
xy.h
4
xy.h
@@ -2,7 +2,7 @@
|
||||
* File : xy.h
|
||||
* Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Created on : <2023-08-28>
|
||||
* Last modified : <2023-09-03>
|
||||
* Last modified : <2023-09-04>
|
||||
*
|
||||
* xy:
|
||||
*
|
||||
@@ -69,6 +69,8 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define putf(n) printf("%f\n", n)
|
||||
#define puti(n) printf("%d\n", n)
|
||||
|
||||
#define xy_arylen(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user