diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-03-28 16:45:13 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-03-28 16:45:13 +1300 |
commit | 764b6e2a3e8052ff2b4ce732963e6add97aa5291 (patch) | |
tree | a03f6793c8ec9cda541620e5bcaa23779e9c5ed5 /.gitignore | |
download | funcptr-764b6e2a3e8052ff2b4ce732963e6add97aa5291.tar.gz funcptr-764b6e2a3e8052ff2b4ce732963e6add97aa5291.zip |
Tinkering with function pointers
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d547342 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +funcptr |