Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.96 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
/*-------------------------------------------------------------------*/ /* strl.h: include file for functions in strl.c */ /* buried in the bottom of include/sendmail/sendmail.h */ /* extracted and placed herein. */ /* */ /* referenced by: ./sample.c */ /* defined by: /usr/lib/libmilter/libsm.a */ /* */ /* Richard Nelson <cowboy@debian.org> */ /*-------------------------------------------------------------------*/ #define strlcpy sm_strlcpy #define strlcat sm_strlcat extern size_t sm_strlcpy __P((char *, const char *, size_t)); extern size_t sm_strlcat __P((char *, const char *, size_t));