gstreamer-rs/gstreamer-mpegts-sys/tests/layout.c

13 lines
320 B
C
Raw Normal View History

2019-12-15 10:15:37 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9)
2020-04-30 15:05:39 +00:00
// from gir-files (https://github.com/gtk-rs/gir-files @ 65dbff8)
// DO NOT EDIT
#include "manual.h"
#include <stdalign.h>
#include <stdio.h>
int main() {
printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
return 0;
}