• missing ANSI function --- strtok
    The PKARM doc's do list a fair number of ANSI functions that are not implemented, however I would like the strtok function (which is currently not implemented). Does anyone have a strtok function they...
  • ANSI error
    when i use the coding " mmb_lcdPutCtl(LCD_CGRAM(1));" in my program...it shows an error that "requires ANSI-STYLE prototype" wat doesn that mean? how do i solve this? thanks
  • anyone can help me?
    Hi, everyone! I am developing a system for data acquisition. Here, I need some examples including circuits and programs. Thanks In Advance!
  • Can anyone explaine this logic?
    while (1) { USARTdrv->Receive(&cmd, 1); /* Get byte from UART */ osSignalWait(0x01, osWaitForever); if (cmd == 13) /* CR, send greeting */ { USARTdrv->Send("\nHello World!", 12); osSignalWait...
  • ANSI C document
    Hi, I need to know the specs. of the C language.I have a few books on C but does anyone have a link/soft copy/forums. Rgds Raj Shetgar