mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
6 lines
78 B
C
6 lines
78 B
C
![]() |
#include <libutil.h>
|
||
|
|
||
|
#ifndef TAILQ_END
|
||
|
#define TAILQ_END(head) NULL
|
||
|
#endif
|