get nullptr'd lol
This commit is contained in:
7
Assignments/pointers/pointers1.h
Normal file
7
Assignments/pointers/pointers1.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#ifndef POINTERS1_H
|
||||
#define POINTERS1_H
|
||||
extern "C" {
|
||||
int * dupParameter(int x);
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user