native-api
há 1 mês
committed by
GitHub
ascendente
cometimento
c12fd3ae6b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
2 eliminações
-
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; |
|
|
|
|