Loading...
Searching...
No Matches
Go to the documentation of this file.
25#ifndef SPA_DEBUG_LOG_H
26#define SPA_DEBUG_LOG_H
39#define spa_debug(fmt,...) ({ printf((fmt"\n"), ## __VA_ARGS__); })
42#define spa_debugn(fmt,...) ({ printf((fmt), ## __VA_ARGS__); })