• How to create Header file for a C function
    I created a new project( CHOOSING THE library function) and write the code : #include<stdio.h> //signed long int pow(signed int base, signed int power) signed long int pow(signed int base, signed...
  • How to create Header file for a C function
    I created a new project( CHOOSING THE library function) and write the code : #include<stdio.h> //signed long int pow(signed int base, signed int power) signed long int pow(signed int base, signed...
  • How to create Header file for a C function
    I created a new project( CHOOSING THE library function) and write the code : #include<stdio.h> //signed long int pow(signed int base, signed int power) signed long int pow(signed int base, signed...
  • How to create Header file for a C function
    I created a new project( CHOOSING THE library function) and write the code : #include<stdio.h> //signed long int pow(signed int base, signed int power) signed long int pow(signed int base, signed...
  • Creating header file
    Can you please tell me the step wise process to create the header file . Also tell me where to create this header file, in the notepad or in the keil software itself with in the program. I want to...