• 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 n how to use it
    Hi , i want to know how can i create a header file and use it in my main program. will be thankful if anybody can provide a simple example and with whole process needed. thanks
  • creating header file n how to use it
    Hi , i want to know how can i create a header file and use it in my main program. will be thankful if anybody can provide a simple example and with whole process needed. thanks
  • Create a header file for CPU Cortex M3
    Hi, I am using the kit MCB1760 (with CPU Cortex-M3. I bought MDK-ARM and RL-ARM from Keil, I use C language to program. Now, I need to create some header file (.h) to add into my programme. How I...