#include <ubixos/types.h>
Include dependency graph for string.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void * | memcpy (void *dst, const void *src, size_t length) |
void * | memset (void *dst, int c, size_t length) |
int | sprintf (char *str, const char *format,...) |
int | strcmp (const char *, const char *) |
char * | strcpy (char *dst, const char *src) |
int | strlen (const char *string) |
long | strtol (const char *__restrict nptr, char **__restrict endptr, int base) |
void* memcpy | ( | void * | dst, | |
const void * | src, | |||
size_t | length | |||
) |
void* memset | ( | void * | dst, | |
int | c, | |||
size_t | length | |||
) |
int sprintf | ( | char * | str, | |
const char * | format, | |||
... | ||||
) |
Definition at line 51 of file kprintf.c.
References vaEnd, vaStart, and vsprintf().
Here is the call graph for this function:
char* strcpy | ( | char * | dst, | |
const char * | src | |||
) |
int strlen | ( | const char * | string | ) |
long strtol | ( | const char *__restrict | nptr, | |
char **__restrict | endptr, | |||
int | base | |||
) |