• 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...
  • query:definition of func in C
    Hi all include<stdio.h> #define .... void xyz(); <---- i am referring to this defn of xyz() void abc() { -:statements:- } void main() { abc(); xyz(); } void xyz() { -:statements...
  • 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...
  • enabling OVERLAY only for some func.
    Is it possible to enable OVERLAYING just for some given procedures and disable for all others?