8 lines
94 B
C
8 lines
94 B
C
|
|
#ifndef POINTERS1_H
|
|
#define POINTERS1_H
|
|
extern "C" {
|
|
int * dupParameter(int x);
|
|
}
|
|
#endif
|