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

string parse

Hi,
i am new on arm. does any one have a string parser example for lpc2138 cpu.

Thanks
Orko

Parents
  • "The current Keil ARM compiler & library does support strtok and I beleive it has been supported for some time."

    As they are part of the standard 'C' library, it would be extremely surprising if they were not supported!!

    As I noted earlier, even the C51 compiler has them!

    When the OP said he couldn't find them, I very much suspect that he just didn't look (hard enough).

    But, as Keil still haven't got the Realview manuals online yet, I can't check...

Reply
  • "The current Keil ARM compiler & library does support strtok and I beleive it has been supported for some time."

    As they are part of the standard 'C' library, it would be extremely surprising if they were not supported!!

    As I noted earlier, even the C51 compiler has them!

    When the OP said he couldn't find them, I very much suspect that he just didn't look (hard enough).

    But, as Keil still haven't got the Realview manuals online yet, I can't check...

Children