diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-11 23:01:55 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-11 23:01:55 +0000 |
commit | ec90e4c13bdbf8bac159f5e71b5e5f91c71dfa0f (patch) | |
tree | 6af954b7b9726966bfa9c777c208ef2c679dc63a | |
parent | 5a7f0d2e7b4265153ccc70051bdae8b851617ede (diff) |
Get rid of pointer.c
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@6 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
-rw-r--r-- | pointer.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pointer.c b/pointer.c deleted file mode 100644 index f4de577..0000000 --- a/pointer.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdio.h> -int main(){ - printf("%d",(int)sizeof(long)); - return(0); -} - |