LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
fatdog.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "../distro.h"
9 
10 #define DISTRO_FATDOG_KEY "fatdog"
11 
12 distro_t *get_distro_fatdog();
Information about a distribution.
Definition: distro.h:43