Added loc.c

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@505 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-07-16 14:27:35 +00:00
parent 1ff54e35aa
commit 4e9117325f
1 changed files with 4 additions and 0 deletions

4
loc.c Normal file
View File

@ -0,0 +1,4 @@
int loc_(void *a)
{
return a;
}