forked from entailz/toes
tabs and tab overview
This commit is contained in:
commit
d07c2a5cc9
244 changed files with 72046 additions and 0 deletions
13
foot-features.h
Normal file
13
foot-features.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern const char version_and_features[];
|
||||
|
||||
static inline void
|
||||
print_version_and_features(const char *prefix)
|
||||
{
|
||||
fputs(prefix, stdout);
|
||||
fputs(version_and_features, stdout);
|
||||
fputc('\n', stdout);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue