Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / deps / grpc / src / core / lib / gpr / README.md
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.