ASDV-Cpp/Assignments/pointers/pointers1.h

8 lines
94 B
C

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