Cross Reference: sample.cpp
xref
: /
opengrok
/
testdata
/
sources
/
scopes
/
scopes_eof
/
sample.cpp
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
/* Test for scopes, weird eols, last line is not empty(will it detect last definition tag scope?) */
extern
"C"
{
#
include
"
stdlib.h
"
}
unsigned
int
makeW
(
unsigned
int
w) {
return
w; }
unsigned
int
makeW
(
unsigned
char
h,
unsigned
char
l) {
return
(h <<
8
) | l; }