xref: /third_party/node/test/addons/dlopen-ping-pong/ping.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/addons/dlopen-ping-pong/
11cb0ef41Sopenharmony_ci#ifndef _WIN32
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ciconst char* dlopen_pong(void);
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci__attribute__((visibility("default")))
61cb0ef41Sopenharmony_ciconst char* dlopen_ping(void) {
71cb0ef41Sopenharmony_ci  return dlopen_pong();
81cb0ef41Sopenharmony_ci}
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ci#endif  // _WIN32
11

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