This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to implement " char * strcopy(char * DestStr, char * SourceStr, uchar StartPos, uchar Count

"Keil C51 is very good."
===> "C51 is v"

strcopy(DestStr, SourceStr, 6, 8) ?
How to implement it ?