#ifndef EXAMPLE4_2_H
#define EXAMPLE4_2_H

int process( int num1, int num2 );

#endif // EXAMPLE4_2_H
