Home | History | Annotate | Download | only in gpr
      1 # GPR - Google Portable Runtime for C
      2 
      3 The files in this directory contain basic utility code and platform
      4 abstractions for C code.  None of this code is gRPC-specific; anything
      5 here may also be useful for other open source projects written in C.
      6 
      7 Note that this is one of the few places in src/core where we allow
      8 the use of portability macros.
      9