[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is there a C API that could exchange the values at different index of the stack?
- From: 孙世龙 sunshilong <sunshilong369@...>
- Date: Fri, 22 Jan 2021 15:43:30 +0800
Is there a C API that could exchange the values at different index of the stack?
For example:
index j is "hello" , index i is 100
invoke a specific API,
index j is 100, index i is "hello"