index
:
tuxanci.git
master
Archive of the old Tuxánci repository from 2008 to 2011
Connor Thomson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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