Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <stdlib.h>
0003 #include <gelf.h>
0004 
0005 int main(void)
0006 {
0007     return gelf_getnote(NULL, 0, NULL, NULL, NULL);
0008 }