Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Variadic macro in the C preprocessor (view)

searching for C preprocessor 22 found (77 total)

alternate case: c preprocessor

Embeddable Common Lisp (193 words) [view diff] exact match in snippet view article find links to article

setf expansions and compiler-macros, result in a custom compile-time C preprocessor. "ECL 23.9.9 release". Giuseppe Attardi. "The Embeddable Common Lisp"
Walter Bright (575 words) [view diff] no match in snippet view article find links to article
blogger for Dr. Dobb's Journal. Around 2014, Bright wrote Warp, a fast C/C++ preprocessor written in D, for Facebook. Bengel, Erick (2016-06-30). "Museum of
Macro and security (2,478 words) [view diff] exact match in snippet view article find links to article
There are a few dangers in text substitution macros, like C macros. The C preprocessor is a powerful tool that can bring clarity to the code or on the contrary
Backslash (2,111 words) [view diff] case mismatch in snippet view article find links to article
Archived from the original on 2013-12-03. Retrieved 2009-10-11. "The C Preprocessor". GNU.org. Archived from the original on 2021-08-03. Retrieved 2021-01-04
FourCC (1,172 words) [view diff] case mismatch in snippet view article find links to article
libavcodec/raw.c Source File". ffmpeg.org. Retrieved June 9, 2019. "The C Preprocessor: Implementation-defined behavior". gcc.gnu.org. "ACPI ID Registry".
ROSE (compiler framework) (428 words) [view diff] exact match in snippet view article
input source code is carefully preserved in the ROSE IR, including C preprocessor control structure, source comments, source position information, and
Comparison of documentation generators (227 words) [view diff] exact match in snippet view article find links to article
included in XML output and Doxygen-style tagfile (-D flag in 8.7). Partial C preprocessor support with -p flag. Support for #if/#ifdef control over documentation
HeaderDoc (417 words) [view diff] exact match in snippet view article find links to article
pl—a tool that can be used to filter out sections of headers based on C preprocessor macros. This is currently available only by downloading the source tarball
Comparison of programming languages (syntax) (2,798 words) [view diff] no match in snippet view article
Backslash as last character of line bash and other Unix shells C, C++ preprocessor Mathematica, Wolfram Language Python Ruby JavaScript – only within
Comparison of open-source and closed-source software (2,524 words) [view diff] exact match in snippet view article find links to article
areas of file organization, code structure, code style, the use of the C preprocessor, and data organization. The aggregate results indicated that they scored
Design by contract (2,108 words) [view diff] exact match in snippet view article find links to article
Ada, via GNAT pragmas for preconditions and postconditions. C DBC for C preprocessor GNU Nana eCv formal verification tools C++: Boost.Contract eCv++ formal
General-purpose macro processor (439 words) [view diff] exact match in snippet view article find links to article
another general macro processor written by Denis Auroux. It resembles a C preprocessor, but has more general semantics and allows for customized syntax (for
Feature-oriented programming (2,132 words) [view diff] exact match in snippet view article find links to article
feature models. GenVoca features were originally implemented using C preprocessor (#ifdef feature ... #endif) techniques. A more advanced technique, called
SuperPascal (1,793 words) [view diff] exact match in snippet view article find links to article
(GPC probably only errors on this if you enable strict flags), and the C preprocessor commands #include 'xx' must be changed to {$include 'xx'}. { Time code
BitTorrent (software) (1,362 words) [view diff] exact match in snippet view article
to use an altogether more reasonable library which doesn't abuse the C preprocessor. It should now work under Windows and Mac OS X. Old version, no longer
Leonard H. Tower Jr. (1,408 words) [view diff] exact match in snippet view article find links to article
documentation on writing machine descriptions ... the ANSI standard (Nov 86) C preprocessor and 30 pages of reference manual for it. This compiler compiles itself
Waf (build system) (726 words) [view diff] no match in snippet view article
unit tests run on programs at the end of builds Waf supports: A C/C++ preprocessor for computing dependencies Fortran is supported with automated detection
Assembly language (9,865 words) [view diff] exact match in snippet view article find links to article
values. Unlike certain previous macro processors inside assemblers, the C preprocessor is not Turing-complete because it lacks the ability to either loop or
Amiga software (5,130 words) [view diff] no match in snippet view article find links to article
shipping Music-X audio software for the Amiga, and Lattice released its C++ preprocessor for the Amiga. Cygnus Editor ubiquitous text editor, one of the most
Coroutine (4,991 words) [view diff] no match in snippet view article find links to article
more familiar sequential model. CO2 - stackless coroutine based on C++ preprocessor tricks, providing await/yield emulation. ScummVM - The ScummVM project
Richard Stallman (9,124 words) [view diff] exact match in snippet view article find links to article
GCC in two parts, one part under GPL and the other part, an Objective-C preprocessor under a proprietary license. Stallman initially thought this would be
SrcML (1,107 words) [view diff] no match in snippet view article find links to article
struct_decl, union, union_decl Exception catch, throw, throws, try C-Preprocessor cpp:define, cpp:directive, cpp:elif, cpp:endif, cpp:error, cpp:file