summaryrefslogtreecommitdiff
path: root/include/dynamicInt.h
blob: fbc54a7fd6fd2dc76ce7c3ebc44420b1640e61db (plain)
1
2
3
4
5
6
7
8

#ifndef DYNAMIC_INT_H

#define DYNAMIC_INT_H

extern int* newInt(int x);

#endif