HomeSort by: relevance | last modified time | path
    Searched defs:is_a_char (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
read.h 67 #ifndef is_a_char
70 #define is_a_char(c) (((unsigned) (c)) <= CHAR_MASK) macro
71 #endif /* is_a_char() */
  /src/external/gpl3/binutils.old/dist/gas/
read.h 67 #ifndef is_a_char
70 #define is_a_char(c) (((unsigned) (c)) <= CHAR_MASK) macro
71 #endif /* is_a_char() */

Completed in 26 milliseconds