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

Header files

Dear Sir, I am New to program in Keil C, In a Program i am using following header files, since i don't have the following header files it gives me an error as "can't open the file" can you please help me to get these files and also help me to put these files in there required position

#include <REGX51.H>
#include <stdio.h>
#include "lcd.h"
#include "utils.h"

0