function_define-snippet.h 58 Bytes
void DoubleFunction(int& to_double) {
  to_double *= 2;
}