6.12. EwoK Standard library

6.12.1. Overview

EwoK standard library is the EwoK microkernel userspace small libc implementation, hosting:

  • The userspace syscall part
  • The various embedded-specific utility functions (such as registers manipulation helpers)
  • Some various basic functions for string manipulation, etc.

6.12.3. FAQ

  • Are there helper functions to manipulate registers in userspace?

Helper functions and macros have been written to access registers. This API is in the libstd regutils.h header. Applications can include this header directly in order to use it.