gstreamer-rs/gstreamer-app-sys/tests/layout.c
2018-05-21 11:28:43 +03:00

13 lines
316 B
C

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