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 like67 * The idea is that a pointer to an object of type @a T can be cast to point to a <c>void</c> type75 * The problem with the void pointer type is that it throws away type information. At compile time,91 * that uses them. But @a pointers to incomplete types @a can be passed around because the compiler120 //--------------------------------------------------------------------------------------------------