Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Common.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define VERSION(name, major, minor, author, email)   static char *Version __attribute__ ((unused)) = "$NAME: " ## name ## "; $VER: " #major ## "." #minor ## "; $AUTHOR: " ## author ## " <" ## email ## ">; $DATE: " ## __DATE__ ## "; $TIME: " ## __TIME__ ## ";\0"

Functions

int common_stricmp (const char *s1, const char *s2)
char * common_GetAttr (const char **atts, char *attname)
char * common_strdup (const char *s)


Define Documentation

#define VERSION name,
major,
minor,
author,
email       static char *Version __attribute__ ((unused)) = "$NAME: " ## name ## "; $VER: " #major ## "." #minor ## "; $AUTHOR: " ## author ## " <" ## email ## ">; $DATE: " ## __DATE__ ## "; $TIME: " ## __TIME__ ## ";\0"
 

Definition at line 27 of file Common.h.


Function Documentation

char* common_GetAttr const char **    atts,
char *    attname
 

Definition at line 46 of file Common.c.

Referenced by bordered_StartElement, gxml_StartElement, and locale_StartElement.

char* common_strdup const char *    s
 

Definition at line 60 of file Common.c.

Referenced by bordered_CreateSkin, bordered_StartElement, button_init_gadget, client_CliSRq_OpenWindowTL, dropdown_init_gadget, gadget_RegisterClassTL, glw_DirNext, glw_DirOpen, net_CheckClient, skin_RegisterSkinTL, sys_drag_init_gadget, sys_drag_set_title, and window_OpenWindowTL.

int common_stricmp const char *    s1,
const char *    s2
 

Definition at line 32 of file Common.c.


Generated on Tue Jan 7 12:11:42 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002