ekg2  GIT master
Struktury danych | Definicje typów | Funkcje | Zmienne
Dokumentacja pliku emoticons.c
#include "ekg2.h"
#include <sys/types.h>
#include <stdio.h>
Wykres zależności załączania dla emoticons.c:

Struktury danych

struct  emoticon
 

Definicje typów

typedef struct emoticon emoticon_t
 

Funkcje

static void list_emoticon_free (emoticon_t *data)
 
static void emoticons_add (emoticon_t *new_)
 
void emoticons_destroy (void)
 
static int emoticon_add (const char *name, const char *value)
 
int emoticon_read ()
 
char * emoticon_expand (const char *s)
 

Zmienne

emoticon_temoticons = NULL
 
int config_emoticons = 1
 

Dokumentacja definicji typów

◆ emoticon_t

typedef struct emoticon emoticon_t

Dokumentacja funkcji

◆ emoticon_add()

static int emoticon_add ( const char *  name,
const char *  value 
)
static

◆ emoticon_expand()

char* emoticon_expand ( const char *  s)

◆ emoticon_read()

int emoticon_read ( )

◆ emoticons_add()

static void emoticons_add ( emoticon_t new_)
static

◆ emoticons_destroy()

void emoticons_destroy ( void  )

◆ list_emoticon_free()

static void list_emoticon_free ( emoticon_t data)
static

Dokumentacja zmiennych

◆ config_emoticons

int config_emoticons = 1

◆ emoticons

emoticon_t* emoticons = NULL