mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 10:11:43 -05:00
5 lines
78 B
C
5 lines
78 B
C
#include <libutil.h>
|
|
|
|
#ifndef TAILQ_END
|
|
#define TAILQ_END(head) NULL
|
|
#endif
|