master
c 9 lines 229 Bytes
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 }