| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 1,776,520,010 visitors served. |
|
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
function prototype |
Also found in: Wikipedia | 0.21 sec. |
function prototypeIn programming, a declaration of a function to the compiler indicating what types of parameters are passed to it and what value is returned. The compiler can then report an error if a function within the program is not written to conform to the prototype. See function.
Prototype
void printHelloWorld(void);
Function
void printHelloWorld(void)
{
printf ("Hello World\n");
}
Prototypes can be much more complicated as in this C example where five parameters are passed to a graphics function.
void DrawTransparentBitmap(HDC hdc,
HBITMAP hBitmap,
int xStart,
int yStart,
COLORREF cTransparentColor);
How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content. |
|
| ? Mentioned in | ? References in periodicals archive | |
|---|---|---|
The function prototype display is an excellent addition, making the code-writing experience much easier. Complete system test and evaluation of full function prototype and validate simulations. |
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup | Partner with us |
|---|