How to replace C standard library function ?

前端 未结 3 2054
生来不讨喜
生来不讨喜 2020-12-15 11:18

How can we replace a C standard library function with our own implementation of that function ?

For example, how can I replace strcpy() with my own imp

3条回答
提交回复
热议问题