This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/util/containers.h

11 lines
130 B
C
Raw Normal View History

#ifndef GLV_UTIL_CONTAINERS_H
#define GLV_UTIL_CONTAINERS_H
typedef struct {
} glv_map_t;
glv_map_t* glv_map_create();
#endif