8 lines
107 B
C
8 lines
107 B
C
#ifndef BLACK_SCHOLES_H_
|
|
#define BLACK_SCHOLES_H_
|
|
|
|
struct Option;
|
|
void bsm(struct Option *option);
|
|
|
|
#endif
|