OSDN Git Service

I was library can be compiled 20140223
[zither/ds-zither.git] / libms / alversion.c
1 // alversion.c
2 // masashi shimakura 20140223
3
4 #include <stdio.h>
5 #include "libms.h"
6
7 int alversion(void)
8 {
9 printf("%s\n", CL_VER);
10 return 0;
11 }