FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
TestLibraryB.c
1
#include <winpr/spec.h>
2
3
DECLSPEC_EXPORT
int
FunctionA(
int
a,
int
b);
4
DECLSPEC_EXPORT
int
FunctionB(
int
a,
int
b);
5
6
int
FunctionA(
int
a,
int
b)
7
{
8
return
(a + b);
/* add */
9
}
10
11
int
FunctionB(
int
a,
int
b)
12
{
13
return
(a - b);
/* subtract */
14
}
winpr
libwinpr
library
test
TestLibraryB
TestLibraryB.c
Generated by
1.9.8