Search

January 13, 2019
Learn »
...static __forceinline
    #else
    #define RS_API static
    #endif
    #endif

I understand what it's doing...
September 09, 2018
General »
...GSL_UNENFORCED_ON_CONTRACT_VIOLATION)

#define GSL_CONTRACT_CHECK(type, cond) GSL_ASSUME(cond)

#endif

August 17, 2018
General »
...char *filename, const char *csegname, const char
     }
 #endif
     if (config.fulltypes)
-        cv8_initmodule(filename, modname...
June 09, 2018
Learn »
...lib")
#define _CRT_SECURE_NO_WARNINGS 1
#endif
  #include "public/steam/steam_api.h"
#ifdef...
June 06, 2018
Genel »
...LINE__ << ": "; \
       std::cerr << #X" = " << (X) << std::endl; \
   }
#endif

int main()
{
	int var = 15;
	LOG(var...
May 29, 2018
Learn »
...WIN32
#define CALLTYPE __stdcall
#else
#define CALLTYPE
#endif

#ifdef __cplusplus
  #define CAPI(type) extern "C...
March 26, 2018
Issues »
...readdir.c

#ifndef __READDIR
# define __READDIR __readdir
...
#endif

__READDIR (DIR *dirp)
{
  DIRENT_TYPE *dp;
  int...
February 27, 2018
General »
...wrapped with:

	#ifdef __cplusplus
	extern "C" {
	#endif

	...

	#ifdef __cplusplus
	}
	#endif __cplusplus

because without that, a...
February 05, 2018
General »
...t know how long the matching #if/#endif feature has been there, I haven't...
January 31, 2018
General »
...found. Ditto for { }, [ ], < >, and #if/#elif/#else/#endif (!). It's been incredibly convenient.

With Ddoc...
1 2 3 4 5 6 7 8 9
Next ›   Last »