#ifndef BLACK_SCHOLES_H_ #define BLACK_SCHOLES_H_ struct Option; void bsm(struct Option *option); #endif