File: util.h

package info (click to toggle)
gl-image-display 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 260 kB
  • sloc: ansic: 985; cpp: 794; makefile: 102; python: 47
file content (4 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
#pragma once

#include <stdio.h>
#define MSG(fmt, ...) fprintf(stderr, "%s(%d) at %s(): " fmt "\n", __FILE__, __LINE__, __func__, ##__VA_ARGS__)