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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [init.c] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
 
3
#include <string.h>
4
#include <stdlib.h>
5
#include <libposix.h>
6
#include <posix_init.h>
7
#include <unistd.h>
8
 
9
int __libposix_init(void *envp)
10
{
11
        __environ = envp;
12
        return 0;
13
}
14
 

powered by: WebSVN 2.1.0

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