Česky
Kamil Dudka

IFJ 05 (C language)

File detail

Name:Downloadruntime.h [Download]
Location: ifj05 > src
Size:301 B
Last modification:2007-08-29 02:18

Source code

/*
 * Projekt: IFJ05
 * Resitele: xbarin02, xdudka00, xfilak01, xhefka00, xhradi08
 *
 * Soubor: runtime.h - modul runtimove interpretace
 * Autor: Jakub Filak, xfilak01
 */
 
#ifndef RUNTIME_H
#define RUNTIME_H
 
#include "tape.h"
 
int RuntimeProcess (PInstTape, const char *);
 
#endif