• 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...
  • 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...
  • Error message C267
    please help me out ... i am trying to execute a program for lcd to display something and when i execute my program it shows me this message error C267 : 'LcdCmd' : requires ANSI-style prototype...
  • 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
  • C206 warning & C267 error while using atoi function
    Hello everybody, First of all I thank you all. With the help of you people I have started programming in C. I have completed my first project in C. Now in my another project, I used the atoi...