🌐
GitHub
github.com › khizmax › libcds › blob › master › cds › compiler › gcc › defs.h
libcds/cds/compiler/gcc/defs.h at master · khizmax/libcds
A C++ library of Concurrent Data Structures. Contribute to khizmax/libcds development by creating an account on GitHub.
Author   khizmax
🌐
Debian
sources.debian.org › src › gdb › 7.12-6 › gdb › defs.h
File: defs.h | Debian Sources
sources / gdb / 7.12-6 / gdb / defs.h · package info (click to toggle) gdb 7.12-6 · links: PTS, VCS · area: main · in suites: stretch · size: 216,152 kB · ctags: 304,881 ·
🌐
T3x
t3x.org › subc › defs.h.html
defs.h - SubC Sources
You might prefer to download the compiler source code. It is in the public domain. This header contains the definitions of global parameters, sizes, limits, external resources, and other constants.
🌐
Netlib
netlib.org › f2c › src › defs.h
defs.h
****************************************************************/ #include "sysdep.h" #include "ftypes.h" #include "defines.h" #include "machdefs.h" #define MAXDIM 20 #define MAXINCLUDES 10 #define MAXLITERALS 200 /* Max number of constants in the literal pool */ #define MAXCTL 20 #define MAXHASH 802 #define MAXSTNO 801 #define MAXEXT 400 #define MAXEQUIV 300 #define MAXLABLIST 258 /* Max number of labels in an alternate return CALL or computed GOTO */ #define MAXCONTIN 99 /* Max continuation lines */ #define MAX_SHARPLINE_LEN 1000 /* Elbow room for #line lines with long names */ /* These are
🌐
GitHub
github.com › mity › mctrl › blob › master › include › mCtrl › _defs.h
mctrl/include/mCtrl/_defs.h at master · mity/mctrl
C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL. - mity/mctrl
Author   mity
🌐
Apache
svn.apache.org › repos › asf › stdcxx › branches › 4.1.3 › include › rw › _defs.h
https://svn.apache.org/repos/asf/stdcxx/branches/4...
You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0. Unless required by * applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied.
🌐
Exefiles
exefiles.com › en › h › defs-h
Download, Fix, and Update Defs.h
July 7, 2023 - Recommended Download (WinThruster): Optimize Your PC and Fix H File Association Errors. Optional Offer for WinThruster by Solvusoft | EULA | Privacy Policy | Terms | Uninstall · defs.h file errors often occur during the startup phase of XAMPP, but can also occur while the program is running.
🌐
GitHub
gist.github.com › Dliv3 › d011325312292182a9674797761d2b41
IDA plugins/defs.h · GitHub
Clone this repository at <script src="https://gist.github.com/Dliv3/d011325312292182a9674797761d2b41.js"></script> Save Dliv3/d011325312292182a9674797761d2b41 to your computer and use it in GitHub Desktop. Download ZIP · IDA plugins/defs.h ·
🌐
Freesourcecode
freesourcecode.net › cprojects › 85646 › sourcecode › _DEFS.H
_DEFS.H | download free open source code
*/ #if !defined( __DEFS_H ) #define __DEFS_H #if __STDC__ # define _Cdecl #else # define _Cdecl cdecl #endif #ifndef __PAS__ # define _CType _Cdecl #else # define _CType pascal #endif #if !__STDC__ # if defined(__TINY__) || defined(__SMALL__) || defined(__MEDIUM__) # define _CLASSTYPE near # elif defined(__COMPACT__) || defined(__LARGE__) # define _CLASSTYPE far # else # define _CLASSTYPE huge # endif #endif #define _FAR #define _FARFUNC #if defined( __cplusplus ) # define _PTRDEF(name) typedef name * P##name; # define _REFDEF(name) typedef name & R##name; # define _REFPTRDEF(name) typedef nam
Find elsewhere
🌐
Freesourcecode
freesourcecode.net › cprojects › 107258 › sourcecode › defs.h
defs.h | download free open source code - freesourcecode.net
#if !defined ( __DEFS_H_ ) #define __DEFS_H_ #if !defined (KOOLOS) #define KOOLOS #endif #if !defined (NULL) #define NULL (0) #endif #if !defined (VER) #define VER 2.1 #endif #if !defined (byte) typedef unsigned char byte; #endif #if !defined (word) typedef unsigned short word; #endif #if !defined COLORS #define COLORS #define BLACK 0 #define BLUE 1 #define GREEN 2 #define CYAN 3 #define RED 4 #define MAGENTA 5 #define BROWN 6 #define LIGHTGRAY 7 #define DARKGRAY 8 #define LIGHTBLUE 9 #define LIGHTGREEN 10 #define LIGHTCYAN 11 #define PINK 12 #define LIGHTMAGENTA 13 #define YELLOW 14 #define WHITE 15 #endif #endif
🌐
Silicon Labs
community.silabs.com › s › article › what-is-compiler-defs-h-x
What is compiler_defs.h?
July 9, 2021 - The Silicon Labs Community is ideal for development support through Q&A forums, articles, discussions, projects and resources.
🌐
GitLab
gitlab.com › henrique › defs.h
Henrique / defs.h · GitLab
Download source code · zip · tar.gz · tar.bz2 · tar · Copy HTTPS clone URL · Copy SSH clone URLgit@gitlab.com:hdante/defs.h.git ·
🌐
GitHub
github.com › nihilus › hexrays_tools › blob › master › code › defs.h
hexrays_tools/code/defs.h at master · nihilus/hexrays_tools
This file contains definitions used by the Hex-Rays decompiler output. · It has type definitions and convenience macros to make the · output more readable. · · Copyright (c) 2007 Hex-Rays · · */ · · #if defined(__GNUC__)  ...
Author   nihilus
🌐
Audacity
forum.audacityteam.org › programming and development › compiling audacity
Compiler Does't find defs.h and zconf.h - Compiling Audacity - Audacity Forum
November 3, 2018 - Hi, \windows10/Visual studio 2017/wxWidgets 3.0.3/Audacity 2.3.0…)\ I’m trying to compile Audacity but does’nt find these .h!!! (in filedialog/libid3tag/Audacity and perhaps others…) Added paths in include paths but…
🌐
Google
android.googlesource.com › platform › bionic › + › 466dbe4 › libc › include › sys › cdefs.h
libc/include/sys/cdefs.h - platform/bionic - Git at Google
Sign in · android / platform / bionic / 466dbe4 / . / libc / include / sys / cdefs.h · blob: 48763d730360cd874543300f152a1ca5e6075419 [file] [log] [blame] · Powered by Gitiles| Privacy| Termstxt json
🌐
Code::Blocks
forums.codeblocks.org › index.php
fatal error: _defs.h:No such file or directory
June 18, 2015 - The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
🌐
GitHub
github.com › vancegroup-mirrors › avr-libc › blob › master › avr-libc › include › avr › sfr_defs.h
avr-libc/avr-libc/include/avr/sfr_defs.h at master · vancegroup-mirrors/avr-libc
September 19, 2024 - Automated svn2git mirror of avr-libc - link goes to upstream - avr-libc/avr-libc/include/avr/sfr_defs.h at master · vancegroup-mirrors/avr-libc
Author   vancegroup-mirrors
🌐
GitHub
github.com › jgeisler0303 › CANFestivino › blob › master › def.h
CANFestivino/def.h at master · jgeisler0303/CANFestivino
#define DOWNLOAD_SEGMENT_REQUEST 0 · #define INITIATE_DOWNLOAD_REQUEST 1 · #define INITIATE_UPLOAD_REQUEST 2 · #define UPLOAD_SEGMENT_REQUEST 3 · #define ABORT_TRANSFER_REQUEST 4 · #define BLOCK_UPLOAD_REQUEST 5 · #define BLOCK_DOWNLOAD_REQUEST 6 ·
Author   jgeisler0303