!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 

uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 

uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) 

Safe-mode: OFF (not secure)

/opt/unified-monitoring-agent/embedded/lib/ruby/gems/3.0.0/gems/bigdecimal-3.1.9/ext/bigdecimal/   drwxr-xr-x
Free 9.12 GB of 93.48 GB (9.75%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     static_assert.h (1.67 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef BIGDECIMAL_STATIC_ASSERT_H
#define BIGDECIMAL_STATIC_ASSERT_H

#include "feature.h"

#ifdef HAVE_RUBY_INTERNAL_STATIC_ASSERT_H
# include <ruby/internal/static_assert.h>
#endif

#ifdef RBIMPL_STATIC_ASSERT
# define STATIC_ASSERT RBIMPL_STATIC_ASSERT
#endif

#ifndef STATIC_ASSERT
# /* The following section is copied from CRuby's static_assert.h */

# if defined(__cplusplus) && defined(__cpp_static_assert)
#  /* https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations */
#  define BIGDECIMAL_STATIC_ASSERT0 static_assert

# elif defined(__cplusplus) && defined(_MSC_VER) && _MSC_VER >= 1600
#  define BIGDECIMAL_STATIC_ASSERT0 static_assert

# elif defined(__INTEL_CXX11_MODE__)
#  define BIGDECIMAL_STATIC_ASSERT0 static_assert

# elif defined(__cplusplus) && __cplusplus >= 201103L
#  define BIGDECIMAL_STATIC_ASSERT0 static_assert

# elif defined(__cplusplus) && __has_extension(cxx_static_assert)
#  define BIGDECIMAL_STATIC_ASSERT0 __extension__ static_assert

# elif defined(__STDC_VERSION__) && __has_extension(c_static_assert)
#  define BIGDECIMAL_STATIC_ASSERT0 __extension__ _Static_assert

# elif defined(__STDC_VERSION__) && defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
#  define BIGDECIMAL_STATIC_ASSERT0 __extension__ _Static_assert
#endif

# if defined(__DOXYGEN__)
#  define STATIC_ASSERT static_assert

# elif defined(BIGDECIMAL_STATIC_ASSERT0)
#  define STATIC_ASSERT(name, expr) \
    BIGDECIMAL_STATIC_ASSERT0(expr, #name ": " #expr)

# else
#  define STATIC_ASSERT(name, expr) \
    typedef int static_assert_ ## name ## _check[1 - 2 * !(expr)]
# endif
#endif /* STATIC_ASSERT */


#endif /* BIGDECIMAL_STATIC_ASSERT_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0042 ]--