#ifndef POINTERS1_H #define POINTERS1_H extern "C" { int * dupParameter(int x); } #endif