dwww Home | Show directory contents | Find package

%module restrict_cplusplus

%{
// Workaround PHP's headers which do:
// #define restrict __restrict__
#ifdef restrict
#undef restrict
#endif
struct Foo {
    int restrict;
};
%}

struct Foo {
    int restrict;
};

Generated by dwww version 1.15 on Tue Jul 2 00:20:04 CEST 2024.