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