DEBSOURCES
Skip Quicknav
sources / libmodule-install-xsutil-perl / 0.25-1 / example / include / foo.h
12345678910
/* foo.h for testing */ #ifdef USE_PPPORT #include "ppport.h" #endif bool foo_is_ok(void); typedef int (*fake_decl)(int, int);