am7xxx-play: check if strtok_r is available
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 22 May 2012 14:23:10 +0000 (16:23 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 22 May 2012 14:41:40 +0000 (16:41 +0200)
commit83597605a10608165103f6e6ed61889fbb928511
tree510bdd3fcb0b630984eb3b2a2ba958799fcd79ec
parent38fb8a1d547de6d09137d076baffa94505335f96
am7xxx-play: check if strtok_r is available

On Windows systems, where strtok_r is not available, strtok_s could be
used but this needs the C Run-Time library (msvcrt.dll or msvcr80.dll)
and we can't distribute it.

So for now, when strtok_r is not available, just print a message to warn
the user that the '-o' options is not available.
examples/CMakeLists.txt
examples/am7xxx-play.c