ATLAS Offline Software
Loading...
Searching...
No Matches
getaddr.cxx File Reference

Go to the source code of this file.

Functions

void * getaddr_ (void *arg)
void * getaddri_ (int *arg)

Function Documentation

◆ getaddr_()

void * getaddr_ ( void * arg)

Definition at line 20 of file getaddr.cxx.

20 {
21
22 return(arg);
23
24}

◆ getaddri_()

void * getaddri_ ( int * arg)

Definition at line 28 of file getaddr.cxx.

28 {
29
30 return(arg);
31
32}