• How can I call void function with parameters ?
    void PWM_Config(uint8_t TIM_PERIOD, uint8_t TIM_PULSE) { . . . } int main() { TIMConfig(); // THIS LINE SHOWS AN ERROR . . . } ERROR LIST: main.c(251): error: #165: too few arguments in function...
  • void
    plz respond how to made the program for 89c51 for sms based home appliance control & plz do explain every line
  • ((void (code *) (void)) 0x0000) () generate error !
    i found in APNT_129 of keil app note this code ((void (code *) (void)) 0x0000) (); i try use it to soft reset micro generate error L121 why? how c bcode generate "ljmp 0 " or "lcall 0" ??? for...
  • void type
    I want to know that supply void type in keil c51 REV 7.XX following is program #include <reg52.h> #include <stdio.h> #define NUMBER 2 typedef struct Test { void (*FuncP)(void *); void *Farg;...
  • void type
    I want to know that supply void type in keil c51 REV 7.XX following is program #include <reg52.h> #include <stdio.h> #define NUMBER 2 typedef struct Test { void (*FuncP)(void *); void *Farg;...