ae2f_docs
SlpSz.c
Go to the documentation of this file.
1#include <ae2fVK/Ann/Slp.h>
2#include <stdio.h>
3#include "../vk.h"
4
5#define PRINTSZ(T) printf("sizeof(" #T "): %lu\n", sizeof(T))
6
7int main() {
8 PRINTSZ(ae2fVK_AnnSlpMk_t);
9 PRINTSZ(ae2fVK_AnnSlp);
10 return 0;
11}
#define PRINTSZ(T)
Definition MlpSz.c:5