Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xyarray.c File Reference
#include "xyarray.h"
#include "util.h"

Go to the source code of this file.

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.