mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Remove the INLINE coding standard
This commit is contained in:
parent
62c4d3880f
commit
816207511b
@ -138,9 +138,6 @@ available containers in `src/common/containers*.h`. You should probably
|
||||
familiarize yourself with these modules before you write too much code, or
|
||||
else you'll wind up reinventing the wheel.
|
||||
|
||||
Use `INLINE` instead of `inline` -- it's a vestige of an old hack to make
|
||||
sure that we worked on MSVC6.
|
||||
|
||||
We don't use `strcat` or `strcpy` or `sprintf` of any of those notoriously broken
|
||||
old C functions. Use `strlcat`, `strlcpy`, or `tor_snprintf/tor_asprintf` instead.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user