Skip to content

void *bms_create()

void *bms_create(size_t length, unsigned char flags);

Description

Create slots for bank memory system. Returns NULL and store error, if something is wrong, or returns struct ptr if success

Input

  • flags (unsigned char) as FLAG_PROT_READ_WRITE
  • length (long)