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

#ifndef DYNAMIC_INT_H

#define DYNAMIC_INT_H

#include "main.h"

extern int* newInt(int x);

#endif