SoundSim
Functions
arraytest.c File Reference
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

int index_array (int *arr, size_t rows, int x, int y)
 
int main (int argc, char **argv)
 

Function Documentation

int index_array ( int *  arr,
size_t  rows,
int  x,
int  y 
)

Definition at line 10 of file arraytest.c.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 15 of file arraytest.c.

References cols, index_array(), and rows.