string.c File Reference

#include "routix/system.h"
#include "string.h"

Go to the source code of this file.

Functions


Function Documentation

int memcmp const void *  s1,
const void *  s2,
dword  n
 

Definition at line 85 of file src/string.c.

void* memcpy void *  dest,
const void *  src,
dword  n
 

Definition at line 117 of file src/string.c.

void* memset void *  dest,
int  c,
size_t  n
 

Definition at line 125 of file src/string.c.

Referenced by init_new_task(), sys_exec(), and sys_execve().

char* str_to_lower char *  str  ) 
 

Definition at line 60 of file src/string.c.

Referenced by tomar_nombre_tarea().

char* str_to_upper char *  str  ) 
 

Definition at line 51 of file src/string.c.

int strcmp const char *  s1,
const char *  s2
 

Definition at line 6 of file src/string.c.

char* strcpy char *  dest,
const char *  src
 

Definition at line 31 of file src/string.c.

size_t strlen const char *  s  ) 
 

Definition at line 22 of file src/string.c.

char* strncpy char *  dest,
const char *  src,
size_t  nbytes
 

Definition at line 40 of file src/string.c.

int tolower int  c  ) 
 

Definition at line 70 of file src/string.c.

Referenced by str_to_lower().

int toupper int  c  ) 
 

Definition at line 77 of file src/string.c.

Referenced by str_to_upper().


Generated on Sun May 30 18:38:36 2004 for Routix OS by doxygen 1.3.6