mars/mars_proc.h
Thomas Schoebel-Theuer 7dec70085d import mars-67.tgz
2013-01-08 15:54:12 +01:00

12 lines
192 B
C

// (c) 2010 Thomas Schoebel-Theuer / 1&1 Internet AG
#ifndef MARS_PROC_H
#define MARS_PROC_H
#include "brick.h"
typedef char * (*mars_info_fn)(void);
extern mars_info_fn mars_info;
#endif