#include "header2.h"
#include "header3.h"

int g(int *ptr) {
  return h(ptr);
}

