mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
This overload covers the common case for initializing a string from a literal without employing the 'Output' mechanism. This way, such strings can by constructed without calling virtual functions, which in turn makes the 'String' usable for the 'init_rtld' phase of the dynamic linker.
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.