Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
xyarray.h File Reference
#include <sys/types.h>

Go to the source code of this file.

Data Structures

struct  xyarray
 

Functions

struct xyarrayxyarray__new (int xlen, int ylen, size_t entry_size)
 
void xyarray__delete (struct xyarray *xy)
 

Function Documentation

void xyarray__delete ( struct xyarray xy)

Definition at line 17 of file xyarray.c.

struct xyarray* xyarray__new ( int  xlen,
int  ylen,
size_t  entry_size 
)
read

Definition at line 4 of file xyarray.c.