ordinary/include/ordinary/build.h

10 lines
216 B
C
Raw Normal View History

2022-11-25 07:23:07 +00:00
#ifndef __ORDINARY_BUILD_H_
#define __ORDINARY_BUILD_H_
#include <ordinary/list.h>
void ordinary_list_new(struct ordinary_list *list, uint32_t limit);
void ordinary_list_delete(struct ordinary_list *list);
#endif