Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata-1
netdata-1
/
src
/
aclk
/
mqtt_websockets
/
common_public.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
9 lines
229 Bytes
Copy permalink
Copy
Raw
1
// Copyright: SPDX-License-Identifier: GPL-3.0-only
2
3
#include
"common_public.h"
4
5
// this dummy exists to have a special pointer with special meaning
6
// other than NULL
7
void
_caller_responsibility
(
void
*
ptr
)
{
8
(
void
)(
ptr
);
9
}