ekg2  GIT master
Funkcje | Zmienne
Dokumentacja pliku check.c
#include "ekg2.h"
#include <stdio.h>
Wykres zależności załączania dla check.c:

Funkcje

void add_recode_tests (void)
 
void add_static_aborts_tests (void)
 
static int check_plugin_destroy ()
 
static void simple_errprint (const gchar *out)
 
 __attribute__ ((visibility("default")))
 

Zmienne

plugin_t check_plugin = { .name = "check", .pclass = PLUGIN_UI , .destroy = check_plugin_destroy, .theme_init = NULL }
 

Dokumentacja funkcji

◆ __attribute__()

__attribute__ ( (visibility("default"))  )

◆ add_recode_tests()

void add_recode_tests ( void  )

◆ add_static_aborts_tests()

void add_static_aborts_tests ( void  )

◆ check_plugin_destroy()

static int check_plugin_destroy ( void  )
static

◆ simple_errprint()

static void simple_errprint ( const gchar *  out)
static

Dokumentacja zmiennych

◆ check_plugin

plugin_t check_plugin = { .name = "check", .pclass = PLUGIN_UI , .destroy = check_plugin_destroy, .theme_init = NULL }