• MISSING FUNCTION PROTOTYPE AND REQUIRE ANSI-TYPE PROTOTYPE
    COMPILE TIME ERROR::mini project.c(49): warning C206: 'lcddata': missing function-prototype ::mini project.c(49): error C267: 'lcddata': requires ANSI-style prototype PROGRAM #include<reg51.h...
  • MISSING FUNCTION PROTOTYPE AND REQUIRE ANSI-TYPE PROTOTYPE
    COMPILE TIME ERROR::mini project.c(49): warning C206: 'lcddata': missing function-prototype ::mini project.c(49): error C267: 'lcddata': requires ANSI-style prototype PROGRAM #include<reg51.h...
  • 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
  • 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
  • ANSI style prototype
    I have the following error on my simulated program. Error C267 Funcdef Requires ANSI-Style Prototype Summary *** Error C267 Funcdef Requires ANSI-Style Prototype Description A function was...