UKESF Headstart Summer School / PsiSwarm-Headstart

Dependents:   UKESF_Lab

Fork of PsiSwarmLibrary by James Hilder

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers basic.h Source File

basic.h

00001 /* University of York Robotics Laboratory PsiSwarm Library: Psi-BASIC Interpretter Code Header File
00002  * 
00003  * File: basic.h
00004  *
00005  * (C) Dept. Electronics & Computer Science, University of York
00006  * James Hilder, Alexander Horsfield, Alan Millard, Homero Elizondo, Jon Timmis
00007  *
00008  * PsiSwarm Library Version: 0.41
00009  *
00010  * March 2016
00011  *
00012  */
00013  
00014  
00015 #ifndef BASIC_H
00016 #define BASIC_H
00017 
00018 void read_list_of_file_names(void);
00019 
00020 #endif