summaryrefslogtreecommitdiff
path: root/other/wrez/lookup-example/shared-library.h
blob: 72ee7bef25e7687ea6bc05267c856dabadbc32b4 (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef	SHARED_LIBRARY_H
#define	SHARED_LIBRARY_H

void *
mysharedfunc (unsigned int size);

#endif