repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
ilasm
/
tests
/
test-pinvoke.c
blob
0436ac56caba668d67421b44b2aaaf17d80a7357
1
/**
2
* test-pinvoke.c: native functions for testing ilasm pinvoke
3
*
4
* Author(s):
5
* Jackson Harper (jackson@ximian.com)
6
*
7
* (C) 2003 Ximian, Inc (http://www.ximian.com)
8
*
9
*/
10
11
12
#include <stdio.h>
13
#include <stdlib.h>
14
15
int
16
ret_one
()
17
{
18
return
1
;
19
}