Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d68ea commit c67f94eCopy full SHA for c67f94e
Doc/conf.py
@@ -78,20 +78,25 @@
78
nitpick_ignore = [
79
# Standard C functions
80
('c:func', 'calloc'),
81
+ ('c:func', 'ctime'),
82
('c:func', 'dlopen'),
83
('c:func', 'exec'),
84
('c:func', 'fcntl'),
85
('c:func', 'fork'),
86
('c:func', 'free'),
87
+ ('c:func', 'gettimeofday'),
88
('c:func', 'gmtime'),
89
+ ('c:func', 'localeconv'),
90
('c:func', 'localtime'),
91
('c:func', 'main'),
92
('c:func', 'malloc'),
93
+ ('c:func', 'mktime'),
94
('c:func', 'printf'),
95
('c:func', 'realloc'),
96
('c:func', 'snprintf'),
97
('c:func', 'sprintf'),
98
('c:func', 'stat'),
99
+ ('c:func', 'strftime'),
100
('c:func', 'system'),
101
('c:func', 'vsnprintf'),
102
# Standard C types
0 commit comments