SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
memset.c File Reference

Initialize array of different types with a given constant value. More...

Functions

void ** spr_mem_memsetp (void **array, void *value, ssize_t size)
 Set an array of pointers to a given value. More...
 
int * spr_mem_memseti (int *array, int value, ssize_t size)
 Set an array of integers to a given value. More...
 
long * spr_mem_memsetl (long *array, long value, ssize_t size)
 Set an array of long integers to a given value. More...
 
float * spr_mem_memsetf (float *array, float value, ssize_t size)
 Set an array of floats to a given value. More...
 
double * spr_mem_memsetd (double *array, double value, ssize_t size)
 Set an array of double's to a given value. More...
 
short * spr_mem_memsets (short *array, short value, ssize_t size)
 Set an array of shorts to a given value. More...
 

Detailed Description

Initialize array of different types with a given constant value.

Date
Oct 1995
Author
Kris Demuynck
Revision History: