diff options
author | Teddy <[email protected]> | 2014-05-18 11:36:22 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-18 11:36:22 +0800 |
commit | 1449aeb3a9c837d69c03b69b9ae8cd9e3e066504 (patch) | |
tree | 9e840dd5632ea862705d8ac8eba51ebd2d449210 | |
parent | 73559820d75f3b766c9db2489f7f8cad224d257f (diff) | |
parent | b4bf1d0987c5bbf7e0dfa6f53cf81a2cb869d759 (diff) |
Merge branch 'master' into inline
-rw-r--r-- | compile_data/func_pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_data/func_pointer.c b/compile_data/func_pointer.c index 1d74894..f239b55 100644 --- a/compile_data/func_pointer.c +++ b/compile_data/func_pointer.c @@ -1,4 +1,4 @@ -#include <cstdio> +#include <stdio.h> typedef void (*Func_t)(); void f(Func_t func, int step) { if (!step) return; |