projects
/
platform
/
upstream
/
c-ares.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Support Watt-32 under Win32.
[platform/upstream/c-ares.git]
/
ares_version.c
1
/* $Id$ */
2
3
#include "setup.h"
4
#include "ares_version.h"
5
6
const char *ares_version(int *version)
7
{
8
if(version)
9
*version = ARES_VERSION;
10
11
return ARES_VERSION_STR;
12
}