#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
|
int | psxdummy () |
|
int | psxtodigit (int c) |
|
void | psxatof (const char *str) |
|
int | psxabs (int j) |
|
char * | psxatob (char *str, int *result) |
|
const char * | psxstrpbrk (const char *s, const char *accepted) |
|
unsigned | psxstrspn (const char *s, const char *accepted) |
|
unsigned | psxstrcspn (const char *s, const char *rejected) |
|
char * | psxstrtok (char *str, const char *delim) |
|
const char * | psxbcopy (const void *src, void *dst, int n) |
|
const char * | psxbzero (void *ptr, int n) |
|
int | psxbcmp (const void *s1, const void *s2, int n) |
|
uint32_t | psxrand () |
|
void | psxsrand (uint32_t seed) |
|
const void * | psxlsearch (const char *key, const char *base, int nmemb, size_t size, int(*compar)(const char *, const char *)) |
|
const void * | psxbsearch (const char *key, const char *base, int nmemb, size_t size, int(*compar)(const char *, const char *)) |
|
◆ psxabs()
◆ psxatob()
char * psxatob |
( |
char * |
str, |
|
|
int * |
result |
|
) |
| |
◆ psxatof()
void psxatof |
( |
const char * |
str | ) |
|
◆ psxbcmp()
◆ psxbcopy()
const char * psxbcopy |
( |
const void * |
src, |
|
|
void * |
dst, |
|
|
int |
n |
|
) |
| |
◆ psxbsearch()
const void * psxbsearch |
( |
const char * |
key, |
|
|
const char * |
base, |
|
|
int |
nmemb, |
|
|
size_t |
size, |
|
|
int(*)(const char *, const char *) |
compar |
|
) |
| |
◆ psxbzero()
const char * psxbzero |
( |
void * |
ptr, |
|
|
int |
n |
|
) |
| |
◆ psxdummy()
◆ psxlsearch()
const void * psxlsearch |
( |
const char * |
key, |
|
|
const char * |
base, |
|
|
int |
nmemb, |
|
|
size_t |
size, |
|
|
int(*)(const char *, const char *) |
compar |
|
) |
| |
◆ psxrand()
◆ psxsrand()
◆ psxstrcspn()
unsigned psxstrcspn |
( |
const char * |
s, |
|
|
const char * |
rejected |
|
) |
| |
◆ psxstrpbrk()
const char * psxstrpbrk |
( |
const char * |
s, |
|
|
const char * |
accepted |
|
) |
| |
◆ psxstrspn()
unsigned psxstrspn |
( |
const char * |
s, |
|
|
const char * |
accepted |
|
) |
| |
◆ psxstrtok()
char * psxstrtok |
( |
char * |
str, |
|
|
const char * |
delim |
|
) |
| |
◆ psxtodigit()