!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/lib64/perl5/vendor_perl/Tk/pTk/compat/   drwxr-xr-x
Free 6181.39 GB of 6262.59 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     stdlib.h (1.66 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * stdlib.h --
 *
 *    Declares facilities exported by the "stdlib" portion of
 *    the C library.  This file isn't complete in the ANSI-C
 *    sense;  it only declares things that are needed by Tcl.
 *    This file is needed even on many systems with their own
 *    stdlib.h (e.g. SunOS) because not all stdlib.h files
 *    declare all the procedures needed here (such as strtod).
 *
 * Copyright (c) 1991 The Regents of the University of California.
 * Copyright (c) 1994 Sun Microsystems, Inc.
 *
 * See the file "license.terms" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 *
 * @(#) stdlib.h 1.9 94/12/17 16:26:20
 */

#ifndef _STDLIB
#define _STDLIB

#include <Lang.h>

extern void        abort _ANSI_ARGS_((void));
extern double        atof _ANSI_ARGS_((CONST char *string));
extern int        atoi _ANSI_ARGS_((CONST char *string));
extern long        atol _ANSI_ARGS_((CONST char *string));
extern char *        calloc _ANSI_ARGS_((unsigned int numElements,
                unsigned int size));
extern void        exit _ANSI_ARGS_((int status));
extern int        free _ANSI_ARGS_((char *blockPtr));
extern char *        getenv _ANSI_ARGS_((CONST char *name));
extern char *        malloc _ANSI_ARGS_((unsigned int numBytes));
extern void        qsort _ANSI_ARGS_((VOID *base, int n, int size,
                int (*compar)(CONST VOID *element1, CONST VOID
                *element2)));
extern char *        realloc _ANSI_ARGS_((char *ptr, unsigned int numBytes));
extern double        strtod _ANSI_ARGS_((CONST char *string, char **endPtr));
extern long        strtol _ANSI_ARGS_((CONST char *string, char **endPtr,
                int base));
extern unsigned long    strtoul _ANSI_ARGS_((CONST char *string,
                char **endPtr, int base));

#endif /* _STDLIB */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0118 ]--