how to access two function programs from main program

hi..
i want to know that, in my program i have two modules of named fun1 and fun2 which are stored in seperate files.
now i want to call those functions from main program which is stored in seperate one.
please help me..

Parents
  • This is a very question about programming in C. It has basically nothing to do with C51 in particular. This has two important consequences:

    1) You really should acquire working knowledge on C programming before you delve into embedded C, on an 8051 of all things. You're trying to run before you mastered walking.

    2) You're asking in the wrong place. Basic C questions are best addressed to Usenet forums like comp.lang.c or alt.comp.lang.learn.c-c++

Reply
  • This is a very question about programming in C. It has basically nothing to do with C51 in particular. This has two important consequences:

    1) You really should acquire working knowledge on C programming before you delve into embedded C, on an 8051 of all things. You're trying to run before you mastered walking.

    2) You're asking in the wrong place. Basic C questions are best addressed to Usenet forums like comp.lang.c or alt.comp.lang.learn.c-c++

Children
More questions in this forum