gstreamer-rs/gstreamer-rtp-sys/tests/layout.c
Guillaume Desmottes 2427bfbcef regenerate
2020-06-26 11:09:19 +03:00

13 lines
320 B
C

// This file was generated by gir (https://github.com/gtk-rs/gir @ 30b3c82)
// from gir-files (https://github.com/gtk-rs/gir-files @ d848d25)
// 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;
}