dashboard
repositories
filestore
activity
search
login
main
/
build-rockchip
Rockchip build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add 4G, eDP, LCD, LVDS documents
android
2024-07-10
d727240f18ba5c41b6adc1b21bf579f547a26e5a
[build-rockchip.git]
/
mcu_sdk
/
gd32f103_adc
/
Board
/
CMSIS
/
DSP
/
DSP_Lib_TestSuite
/
Common
/
JTest
/
inc
/
opt_arg
/
splice.h
1
2
3
4
5
6
7
8
#ifndef _SPLICE_H_
#define _SPLICE_H_
#define SPLICE(a,b) SPLICE_1(a,b)
#define SPLICE_1(a,b) SPLICE_2(a,b)
#define SPLICE_2(a,b) a##b
#endif /* _SPLICE_H_ */