File: util.h

package info (click to toggle)
gtklock 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: ansic: 1,195; makefile: 7; xml: 6
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
// gtklock
// Copyright (c) 2022 Jovan Lanik

// Utility functions

#include <glib.h>

void report_error_and_exit(gchar const *format, ...) G_GNUC_PRINTF(1, 2);