ae2f_docs
VkInit.c
1#include "../vk.h"
2
3int main() {
4 Test_VkInit();
5 Test_VkEnd();
6}