Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <elfutils/debuginfod.h>
0003 
0004 int main(void)
0005 {
0006     debuginfod_client* c = debuginfod_begin();
0007     return (long)c;
0008 }