gstreamer-rs/gstreamer-audio/sys/tests/layout.c
Guillaume Gomez 28438d245a regen
2020-11-25 15:53:45 +01:00

13 lines
321 B
C

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