modernc.org/cc@v1.0.1/v2/headers/linux_386/usr/include/i386-linux-gnu/gnu/stubs.h (about) 1 /* This file is automatically generated. 2 This file selects the right generated file of `__stub_FUNCTION' macros 3 based on the architecture being compiled for. */ 4 5 #if !defined __x86_64__ 6 # include <gnu/stubs-32.h> 7 #endif 8 #if defined __x86_64__ && defined __LP64__ 9 # include <gnu/stubs-64.h> 10 #endif 11 #if defined __x86_64__ && defined __ILP32__ 12 # include <gnu/stubs-x32.h> 13 #endif