got 69 kern/include/copyinout.h int copyinstr(const_userptr_t usersrc, char *dest, size_t len, size_t *got); got 70 kern/include/copyinout.h int copyoutstr(const char *src, userptr_t userdest, size_t len, size_t *got);