The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#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>
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) |
#define SIZEOF | ( | _struct | ) | printf("%-24s\t%zu\tbytes\n", STRINGIFY(_struct), sizeof(_struct)) |
Definition at line 10 of file radsizes.c.