DEBSOURCES
Skip Quicknav
sources / android-platform-development / 10.0.0%2Br36-1 / vndk / tools / header-checker / tests / integration / c_and_cpp / source2.c
12345678
#include <c_include.h> void CFunction(struct Cstruct **cstruct) { if (cstruct) { struct Cstruct *next = *cstruct++; next--; } }