blob: d6874ef1375f48357c9bb0e90b3b4bdb58916ff0 [file]
#include "sub.h"
int sub(int a, int b)
{
return a - b;
}