jabberd2  2.2.16
Defines | Functions
util/misc.c File Reference
#include "misc.h"
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Defines

#define BLOCKSIZE   (1024)

Functions

int misc_realloc (void **blocks, int len)

Define Documentation

#define BLOCKSIZE   (1024)

Definition at line 26 of file misc.c.

Referenced by misc_realloc().


Function Documentation

int misc_realloc ( void **  blocks,
int  len 
)

Definition at line 28 of file misc.c.

References BLOCKSIZE.