The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Macros | Functions
radsizes.c File Reference
#include <stdio.h>
#include <freeradius-devel/unlang/xlat_priv.h>
#include <freeradius-devel/server/tmpl.h>
#include <freeradius-devel/server/cf_priv.h>
#include <freeradius-devel/util/value.h>
#include <freeradius-devel/util/rb.h>
#include <freeradius-devel/util/tlist.h>
+ Include dependency graph for radsizes.c:

Go to the source code of this file.

Macros

#define SIZEOF(_struct)   printf("%-24s\t%zu\tbytes\n", STRINGIFY(_struct), sizeof(_struct))
 

Functions

int main (UNUSED int argc, UNUSED char **argv)
 

Macro Definition Documentation

◆ SIZEOF

#define SIZEOF (   _struct)    printf("%-24s\t%zu\tbytes\n", STRINGIFY(_struct), sizeof(_struct))

Function Documentation

◆ main()

int main ( UNUSED int  argc,
UNUSED char **  argv 
)

Definition at line 10 of file radsizes.c.