2019-05-16 22:02:03 -05:00
|
|
|
// 16 may 2019
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include "ui.h"
|
|
|
|
#include "uipriv.h"
|
|
|
|
|
2019-05-30 22:11:08 -05:00
|
|
|
#define sharedbitsPrefix uipriv
|
|
|
|
#include "../sharedbits/alloc_impl.h"
|
2019-05-30 23:12:08 -05:00
|
|
|
#include "../sharedbits/array_impl.h"
|
2019-05-30 22:11:08 -05:00
|
|
|
#undef sharedbitsPrefix
|