projects
/
xboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
started a bit on the GameList window
[xboard.git]
/
bitmaps
/
test.c
1
#define NULL 0
\r
2
#define BlackPawn 22
\r
3
#include "bitmaps.h"
\r
4
#include <stdio.h>
\r
5
\r
6
/*
\r
7
* This is a program that you can compile to test if the include tree
\r
8
* of bitmaps is complete, and if all the bitmaps are without syntax errors
\r
9
*/
\r
10
\r
11
main()
\r
12
{
\r
13
printf("Hi\n");
\r
14
}
\r