Stefan Kalkowski 04b8418b54 Let memcmp correspond to the C standard (fix #628)
By now, the memcmp implementation of Genode's basic string utilities just
returned whether two memory blocks are equal or differ. It gave no hint which
block is greater, or lesser than the other one. This isn't the behaviour
anticipated by implementations that rely on the C standard memcmp, e.g. GCC's
libsupc++, or the nic_bridge's AVL tree implementation.
2013-01-24 11:02:49 +01:00
..
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2011-12-22 16:19:25 +01:00

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.