Home
last modified time | relevance | path

Searched refs:addPrototype (Results 1 – 3 of 3) sorted by relevance

/petsc/config/BuildSystem/config/utilities/
H A Dmissing.py106 self.addPrototype('#include <stddef.h>\nint getdomainname(char *, size_t);', 'C')
110 self.addPrototype('#include <stddef.h>\nint getdomainname(char *, size_t);', 'extern C')
127 self.addPrototype('double drand48(void);', 'C')
128 self.addPrototype('void srand48(long int);', 'C')
132 self.addPrototype('double drand48(void);', 'extern C')
133 self.addPrototype('void srand48(long int);', 'extern C')
/petsc/config/BuildSystem/config/
H A Dbase.py191 def addPrototype(self, prototype, language = 'All'): member in Configure
/petsc/doc/developers/
H A Dbuildsystem.md365 `addDefine()`, and `addTypedef()` and `addPrototype()` also put