projects
/
iotcloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c804e75d398c147f69f7537d437bd3afa6c526ef
[iotcloud.git]
/
version2
/
src
/
C
/
Test.C
1
#include "Table.h"
2
3
int main(int numargs, char ** args) {
4
Table * t = new Table(NULL, NULL, 0, 0);
5
delete t;
6
}