xref: /third_party/libabigail/tests/data/test-diff-suppr/test34-priv-include-dir-v0/test34-priv-include-v0.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-diff-suppr/test34-priv-include-dir-v0/
1e01aa904Sopenharmony_cistruct priv
2e01aa904Sopenharmony_ci{
3e01aa904Sopenharmony_ci  int m0;
4e01aa904Sopenharmony_ci};
5e01aa904Sopenharmony_ci
6e01aa904Sopenharmony_civoid
7e01aa904Sopenharmony_ciinit1(struct priv* p)
8e01aa904Sopenharmony_ci{
9e01aa904Sopenharmony_ci  p->m0 = 0;
10e01aa904Sopenharmony_ci}
11e01aa904Sopenharmony_ci
12e01aa904Sopenharmony_cistruct priv*
13e01aa904Sopenharmony_ciinit2(struct priv* p)
14e01aa904Sopenharmony_ci{
15e01aa904Sopenharmony_ci  p->m0 = 0xCAFEBABE;
16e01aa904Sopenharmony_ci  return p;
17e01aa904Sopenharmony_ci}
18

Indexes created Thu Nov 07 10:32:03 CST 2024