summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets/src/common_public.c
blob: 7f74fa511cdc81479f94d1977e86f4ea6d73668c (plain)
1
2
3
4
5
6
7
#include "common_public.h"

// this dummy exists to have a special pointer with special meaning
// other than NULL
void _caller_responsibility(void *ptr) {
    (void)(ptr);
}