Operating System
All Classes Files Functions Variables Typedefs Macros Modules
Functions
mystring.c File Reference
#include "mystring.h"

Go to the source code of this file.

Functions

int strcmp (const char *lhs, const char *rhs)
 
void * memcpy (void *dst, void const *src, int n)
 

Function Documentation

◆ memcpy()

void* memcpy ( void *  dst,
void const *  src,
int  n 
)

Definition at line 12 of file mystring.c.

◆ strcmp()

int strcmp ( const char *  lhs,
const char *  rhs 
)

Definition at line 2 of file mystring.c.