• 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...
  • 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
  • header files for "swatch" function
    can any one tell me the header files that are to be included for the function "SWATCH" and can it give delay of the order of microseconds???
  • 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...