Modified version of the UKESF lab source which can be carried out with no knowledge of C

Fork of PsiSwarm-Headstart by UKESF Headstart Summer School

basic.h

Committer:
jah128
Date:
2016-03-11
Revision:
2:c6986ee3c7c5
Parent:
0:d6269d17c8cf

File content as of revision 2:c6986ee3c7c5:

/* University of York Robotics Laboratory PsiSwarm Library: Psi-BASIC Interpretter Code Header File
 * 
 * File: basic.h
 *
 * (C) Dept. Electronics & Computer Science, University of York
 * James Hilder, Alexander Horsfield, Alan Millard, Homero Elizondo, Jon Timmis
 *
 * PsiSwarm Library Version: 0.41
 *
 * March 2016
 *
 */
 
 
#ifndef BASIC_H
#define BASIC_H

void read_list_of_file_names(void);

#endif