gstreamer-rs/gstreamer-controller/sys/tests/layout.c
2020-11-01 09:48:40 +02:00

13 lines
321 B
C

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