mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-04 17:00:30 +00:00
Add glob and some finer tuning of documentation
This commit is contained in:
parent
799e24a87b
commit
d51409ccd9
77 changed files with 1321 additions and 736 deletions
|
@ -60,6 +60,7 @@ void *xvalloc(size_t) attributeallocsize((1)) _XMALPG;
|
|||
void *xmemalign(size_t, size_t) attributeallocalign((1))
|
||||
attributeallocsize((2)) _XMAL;
|
||||
char *xstrdup(const char *) _XPNN _XMAL;
|
||||
char *xstrndup(const char *, size_t) _XPNN _XMAL;
|
||||
char *xstrcat(const char *, ...) paramsnonnull((1)) nullterminated() _XMAL;
|
||||
char *xstrmul(const char *, size_t) paramsnonnull((1)) _XMAL;
|
||||
char *xinet_ntop(int, const void *) _XPNN _XMAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue