We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0795d9a commit 783339aCopy full SHA for 783339a
Doc/conf.py
@@ -83,20 +83,25 @@
83
nitpick_ignore = [
84
# Standard C functions
85
('c:func', 'calloc'),
86
+ ('c:func', 'ctime'),
87
('c:func', 'dlopen'),
88
('c:func', 'exec'),
89
('c:func', 'fcntl'),
90
('c:func', 'fork'),
91
('c:func', 'free'),
92
+ ('c:func', 'gettimeofday'),
93
('c:func', 'gmtime'),
94
+ ('c:func', 'localeconv'),
95
('c:func', 'localtime'),
96
('c:func', 'main'),
97
('c:func', 'malloc'),
98
+ ('c:func', 'mktime'),
99
('c:func', 'printf'),
100
('c:func', 'realloc'),
101
('c:func', 'snprintf'),
102
('c:func', 'sprintf'),
103
('c:func', 'stat'),
104
+ ('c:func', 'strftime'),
105
('c:func', 'system'),
106
('c:func', 'time'),
107
('c:func', 'vsnprintf'),
0 commit comments