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

13 lines
320 B
C
Raw Normal View History

2020-07-05 19:55:30 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
2020-09-08 12:36:06 +00:00
// from gir-files (https://github.com/gtk-rs/gir-files @ a4fb36f)
// 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;
}