Konsole
BlockArray.cpp File Reference
#include "BlockArray.h"
#include <assert.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <unistd.h>
#include <stdio.h>
#include <kdebug.h>
Include dependency graph for BlockArray.cpp:

Go to the source code of this file.
Functions | |
void | moveBlock (FILE *fion, int cursor, int newpos, char *buffer2) |
Variables | |
static int | blocksize = 0 |
Function Documentation
void moveBlock | ( | FILE * | fion, | |
int | cursor, | |||
int | newpos, | |||
char * | buffer2 | |||
) |
Definition at line 207 of file BlockArray.cpp.
Variable Documentation
int blocksize = 0 [static] |
Definition at line 36 of file BlockArray.cpp.