OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [linux/] [uClibc/] [test/] [dlopen/] [test3.c] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
#include <fcntl.h>
2
#include <stdlib.h>
3
#include <stdio.h>
4
#include <dlfcn.h>
5
 
6
extern int dltest(const char *s);
7
 
8
int main(int argc, char **argv)
9
{
10
        dltest("hello world!");
11
        return EXIT_SUCCESS;
12
}
13
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.