1
0
mirror of https://github.com/EnderIce2/Fennix.git synced 2025-07-15 09:19:16 +00:00
Files
.github
.vscode
Bootloader
Drivers
Kernel
Userspace
.vscode
apps
sys
test
cross_test
libc_test
.vscode
assert
dirent
errno
fcntl
locale
math
pthread
pwd
signal
stdio
stdlib
a64l.c
abort.c
abs.c
atexit.c
atof.c
atoi.c
atol.c
bsearch.c
calloc.c
div.c
drand48.c
ecvt.c
erand48.c
exit.c
fcvt.c
free.c
gcvt.c
getenv.c
getsubopt.c
grantpt.c
initstate.c
jrand48.c
l64a.c
labs.c
lcong48.c
ldiv.c
lrand48.c
malloc.c
mblen.c
mbstowcs.c
mbtowc.c
mkstemp.c
mktemp.c
mrand48.c
nrand48.c
ptsname.c
putenv.c
qsort.c
rand.c
rand_r.c
random.c
realloc.c
realpath.c
seed48.c
setkey.c
setstate.c
srand.c
srand48.c
srandom.c
strtod.c
strtol.c
strtoul.c
system.c
ttyslot.c
unlockpt.c
valloc.c
wcstombs.c
wctomb.c
sys
time
unistd
Fennix libc_test.code-workspace
Makefile
main.c
string.c
template.c
simd_test
utest
web_test
Makefile
Makefile
cache
libc
libs
.editorconfig
.gitignore
Makefile
README.md
initrd
tools
.editorconfig
.gitignore
.gitlab-ci.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CREDITS.md
Doxyfile
Fennix Bootloader.code-workspace
Fennix Drivers.code-workspace
Fennix Kernel.code-workspace
Fennix Userspace.code-workspace
Fennix Website.code-workspace
Fennix.code-workspace
LICENSE.md
LICENSES.md
Makefile
README.md
SECURITY.md
STYLE_GUIDE.md
config.mk
Fennix/Userspace/apps/test/libc_test/stdlib/realpath.c
2025-01-27 23:20:54 +02:00

19 lines
701 B
C

/*
This file is part of Fennix Userspace.
Fennix Userspace is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
Fennix Userspace is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Fennix Userspace. If not, see <https://www.gnu.org/licenses/>.
*/
#include <stdlib.h>