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 7e876be commit 3246cecCopy full SHA for 3246cec
Doc/conf.py
@@ -89,20 +89,25 @@
89
nitpick_ignore = [
90
# Standard C functions
91
('c:func', 'calloc'),
92
+ ('c:func', 'ctime'),
93
('c:func', 'dlopen'),
94
('c:func', 'exec'),
95
('c:func', 'fcntl'),
96
('c:func', 'fork'),
97
('c:func', 'free'),
98
+ ('c:func', 'gettimeofday'),
99
('c:func', 'gmtime'),
100
+ ('c:func', 'localeconv'),
101
('c:func', 'localtime'),
102
('c:func', 'main'),
103
('c:func', 'malloc'),
104
+ ('c:func', 'mktime'),
105
('c:func', 'printf'),
106
('c:func', 'realloc'),
107
('c:func', 'snprintf'),
108
('c:func', 'sprintf'),
109
('c:func', 'stat'),
110
+ ('c:func', 'strftime'),
111
('c:func', 'system'),
112
('c:func', 'time'),
113
('c:func', 'vsnprintf'),
0 commit comments