March 02 Genel » Re: Biçimlendirmelerde enum kullanmak! | |||
|---|---|---|---|
| |||
...bir tane C başlık dosyamız olsun. ```c #ifndef KAT_H #define KAT_H #define UC... | |||
February 25 Learn » Re: Missing library dependencies compiling app with importC | |||
|---|---|---|---|
| |||
...SOCKET; #else typedef unsigned int SOCKET; #endif #ifndef FD_SETSIZE #define FD_SETSIZE 64 #endif... | |||
November 25, 2023 General » Re: Generating .di header files from ImportC files | |||
|---|---|---|---|
| |||
...h> directly; include <byteswap.h> instead." #endif #ifndef _BITS_BYTESWAP_H #define _BITS_BYTESWAP_H... | |||
September 24, 2023 Issues » [Issue 24156] New: ImportC: Error: illegal combination of type specifiers | |||
|---|---|---|---|
| |||
...c) 2012 Apple Inc. All rights reserved. * [...] */ #ifndef _INT8_T #define _INT8_T typedef __signed... | |||
March 27, 2023 Learn » Re: Is there a -Dmacro like option for D compilers? | |||
|---|---|---|---|
| |||
...feature A enabled");
}
}
```
Unfortunatly there is not #ifndef, so in case you want to make... | |||
January 09, 2023 Issues » [Issue 23616] New: ImportC: clang __has_feature and __has_extension not recognized | |||
|---|---|---|---|
| |||
...not. They can be used like this: #ifndef __has_feature // Optional of course. #define __has... | |||
December 10, 2022 Issues » [Issue 23548] New: [REG 2.098] C sources files have precedent over D modules | |||
|---|---|---|---|
| |||
...Have_Qsort_R = true; ``` gcc/config.c ``` #ifndef GCC_CONFIG_H #define GCC_CONFIG_H... | |||
December 10, 2022 Issues » [Issue 23547] New: [REG master] C header files have precedent over D modules | |||
|---|---|---|---|
| |||
...Have_Qsort_R = true; ``` gcc/config.h ``` #ifndef GCC_CONFIG_H #define GCC_CONFIG_H... | |||
April 11, 2022 Learn » Importing version identifiers from another file? | |||
|---|---|---|---|
| |||
...bool expr) {...}
```
library.c
```
include "config.h"
#ifndef USE_MY_ASSERT
void MY_ASSERT(bool... | |||
March 20, 2022 Learn » Re: I like dlang but i don't like dub | |||
|---|---|---|---|
| |||
...include guard idiom: // This is foo.h #ifndef INCLUDED_FOO_H_ #define INCLUDED_FOO_H... | |||
Copyright © 1999-2021 by the D Language Foundation