mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
9 lines
136 B
C
9 lines
136 B
C
|
#ifdef HAVE_CONFIG_H
|
||
|
#include "config.h"
|
||
|
#endif
|
||
|
|
||
|
#include <kernaux/framebuffer.h>
|
||
|
|
||
|
__attribute__((unused))
|
||
|
static const int foobar = 0;
|