native-api
1 mese fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con
1 aggiunte e
2 eliminazioni
-
src/realpath.c
|
|
|
@ -2,8 +2,7 @@ |
|
|
|
#include <stdlib.h> |
|
|
|
#include <stdio.h> |
|
|
|
|
|
|
|
int realpath_builtin(list) |
|
|
|
WORD_LIST *list; |
|
|
|
int realpath_builtin(WORD_LIST *list) |
|
|
|
{ |
|
|
|
int es; |
|
|
|
char *realbuf, *p; |
|
|
|
|