bozolib/src/tab/tab.h
2023-06-29 11:40:43 +02:00

6 lines
68 B
C

#pragma once
#include <stddef.h>
size_t tablen(const void** tab);