Issue 1529 - conf.check(function_name)

This commit is contained in:
Thomas Nagy 2015-03-13 17:47:53 +01:00
parent fb1d5440ea
commit eefb67755e
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ int main(int argc, char **argv) {
void *p;
(void)argc; (void)argv;
p=(void*)(%s);
return 0;
return (int)p;
}
'''
"""Code template for checking for functions"""