This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error 267

void main()
{ str_lcd("Load1 ckt opened");
}

when i tried to execute .c file having such statements i am getting an error like below shown

error C267: 'str_lcd': requires ANSI-style prototype
Target not created.
Build Time Elapsed: 00:00:00

please suggest me an alternative solution