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