#ifndef EXAMPLE_H
#define EXAMPLE_H

namespace example {
  int multiply(float a, float b);
}

#endif /* EXAMPLE_H */
