StuBS
util.h File Reference
#include "utils/string.h"
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Functions

static size_t copy_to_user (void *to, const void *from, size_t n)
 
static size_t copy_from_user (void *to, const void *from, size_t n)
 

Function Documentation

◆ copy_to_user()

static size_t copy_to_user ( void *  to,
const void *  from,
size_t  n 
)
inlinestatic

◆ copy_from_user()

static size_t copy_from_user ( void *  to,
const void *  from,
size_t  n 
)
inlinestatic