gpmark

diff src/env1.h @ 0:5019d031b485

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 05 Jun 2013 22:33:37 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/env1.h	Wed Jun 05 22:33:37 2013 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef ENV1_H
     1.5 +#define ENV1_H
     1.6 +
     1.7 +extern unsigned short env1[];
     1.8 +
     1.9 +#endif