common_public.c 229 B

123456789
  1. // Copyright: SPDX-License-Identifier: GPL-3.0-only
  2. #include "common_public.h"
  3. // this dummy exists to have a special pointer with special meaning
  4. // other than NULL
  5. void _caller_responsibility(void *ptr) {
  6. (void)(ptr);
  7. }