BruceWho Guest
|
Posted: Tue Oct 17, 2006 9:10 am Post subject: why here is a static parameter used? |
|
|
I found code like
this(http://www.yangsky.com/products/trafgo/SDK/index.htm):
__declspec(dllexport) void tgSetBreakdownOverlapRate(static double
rate, const int nCh)
the parameter rate is defined as static? I have never seen a parameter
declared as static. Could anybody tell me why static is used here? |
|