• func and func()
    Hi All, let a function prototype is : bit func(); Now if it is used as follows (inadvertently) then what would it do ?? Why not the complier throws an error ?? if (func) { ... ... } else...
  • problem with FUNC
    I always get an error 129 (missing ';' before 'void') when I compile in this part: func void iicstart (void) { sda = 1; scl = 1; del4us () sda = 0; del4us () scl = 0; del4us () } what...
  • compile two assembly func
    Hi all, I am stuck up with an issue in Keil uvision 3 I am trying to create a project with combination of C source and assembly source files. I am trying to write all the basic functions like...
  • the func pointer used in the keil.
    Dear all, Who can help me the following question. I had wrote three routine,such as: void p1(void) { printf("1!\n"); } void p2(void) { printf("2!\n"); } void p3(void) { printf...
  • enabling OVERLAY only for some func.
    Is it possible to enable OVERLAYING just for some given procedures and disable for all others?