the final class of MkBufferS with 1024 byte ILS-Size … More...
#include <LibMkKernel_mk.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
struct MkBufferS buf | ||
} | super | |
MK_BINB | ils_data [MkBuffer1024S_ils_size] | |
ILS storage | ||
the final class of MkBufferS with 1024 byte ILS-Size …
This buffer is used for large string operations.
Definition at line 6001 of file LibMkKernel_mk.h.
struct MkBufferS MkBuffer1024S::buf |
Definition at line 6006 of file LibMkKernel_mk.h.
MK_BINB MkBuffer1024S::ils_data[MkBuffer1024S_ils_size] |
ILS storage
Definition at line 6012 of file LibMkKernel_mk.h.
struct MkObjectS MkBuffer1024S::obj |
Definition at line 6005 of file LibMkKernel_mk.h.
union { ... } MkBuffer1024S::super |