unix: indendation...
parent
7edfdbc057
commit
95f7d8c8d4
|
@ -141,10 +141,10 @@ FUNCTION: ssize_t readlink ( char* path, char* buf, size_t bufsize ) ;
|
||||||
: PATH_MAX 1024 ; inline
|
: PATH_MAX 1024 ; inline
|
||||||
|
|
||||||
: read-symbolic-link ( path -- path )
|
: read-symbolic-link ( path -- path )
|
||||||
PATH_MAX <byte-array> dup >r
|
PATH_MAX <byte-array> dup >r
|
||||||
PATH_MAX
|
PATH_MAX
|
||||||
[ readlink ] unix-system-call
|
[ readlink ] unix-system-call
|
||||||
r> swap head-slice >string ;
|
r> swap head-slice >string ;
|
||||||
|
|
||||||
FUNCTION: ssize_t recv ( int s, void* buf, size_t nbytes, int flags ) ;
|
FUNCTION: ssize_t recv ( int s, void* buf, size_t nbytes, int flags ) ;
|
||||||
FUNCTION: ssize_t recvfrom ( int s, void* buf, size_t nbytes, int flags, sockaddr-in* from, socklen_t* fromlen ) ;
|
FUNCTION: ssize_t recvfrom ( int s, void* buf, size_t nbytes, int flags, sockaddr-in* from, socklen_t* fromlen ) ;
|
||||||
|
|
Loading…
Reference in New Issue