legato.h
Go to the documentation of this file.
4 * This section contains detailed info about Legato's C Language library used for low-level routines like64 * The idea is that a pointer to an object of type @a T can be cast to point to a <c>void</c> type72 * The problem with the void pointer type is that it throws away type information. At compile time,88 * that uses them. But @a pointers to incomplete types @a can be passed around because the compiler117 //--------------------------------------------------------------------------------------------------