• source navigation
    Hello, How to auto-navigate the field inside a struct? I mean If I declare a struct-type variable, and when I type its name, how to list all the field of it? In Cocoox, I can hit Ctrl-tab but I don...
  • auditory navigator
    pls tell me whether hitachi hm55b is available in india or not?(in maharashtra) if yess then pls convey me as early as possible.
  • Incorrect work of the sprintf function
    char str [4]; sprintf (str, "%.2x", 0x01);//Conversion of byte to the 2nd bit hexadecimal value I expect in str[0] 0 character, in str[1] 1 character, that is '0' and '1'. As a result function...
  • PC-LINT output generate a file path and line column for error
    Hi, We are using uVision V5.24.2.0 and PC-Lint Plus v1.2. As per the configuration instruction on Keil website we added the following lines to LNT file: -hsb_3 -format="*** LINT: %(%f(%l)...
  • Lint not running
    Hello Having set the lint executable and config. file as appropriate, I find that selecting lint *.c (or lint all files) from the tools menu shows me (via the output window) that PC lint is being run...