EnglishFrenchSpanish

Ad


OnWorks favicon

mkc_check_decl - Online in the Cloud

Run mkc_check_decl in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mkc_check_decl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mkc_check_decl - checks for define, function, variable, type or function prototype.

SYNOPSIS


mkc_check_decl <check_type> <what> [includes...]
mkc_check_decl -h

DESCRIPTION


check_type is either define, variable, func[0-9], type, member or prototype. Depending
on its value mkc_check_decl checks for define, variable, function with specified number of
arguments, type or a member of structure in a specified header files includes by compiling
a test program. As a result it prints either 1 (success) or 0 (failure) to stdout.

OPTIONS


-h display help message

ENVIRONMENT


CC Compiler. By default cc is used.

CPPFLAGS, CFLAGS
Options passed to the compiler, for example -I for additional directories that
contain header files.

MKC_VERBOSE
If set to 1, verbose messages are output to stderr.

MKC_SHOW_CACHED
If set to 1 and MKC_VERBOSE is set to 1, cached results are output to stderr.

MKC_COMMON_HEADERS
List of header files to add to .c test program.

MKC_CACHEDIR
Directory where temporary and cache files are created. If unset they are created
in a current directory.

MKC_NOCACHE
All results are cached unless MKC_NOCACHE variable is set to 1.

MKC_DELETE_TMPFILES
If set to 1, temporary files are removed.

EXAMPLES


mkc_check_decl define __GNUC__
mkc_check_decl define RTLD_LAZY dlfcn.h
mkc_check_decl variable sys_errlist errno.h
mkc_check_decl variable __malloc_hook malloc.h
mkc_check_decl func3 poll poll.h
mkc_check_decl func2 fgetln stdio.h
mkc_check_decl type mbstate_t wchar.h
mkc_check_decl type long-long
mkc_check_decl member tm.tm_isdst time.h
mkc_check_decl member ifreq.ifr_addr.sa_len net/if.h
mkc_check_decl prototype 'int connect(int __fd, const struct sockaddr * __addr, socklen_t __len)' sys/socket.h
mkc_check_decl prototype 'int connect(int __fd, struct sockaddr * __addr, socklen_t __len)' sys/socket.h

Use mkc_check_decl online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad