Fixes wrong order of type and function name in naming scheme

pull/745/head
Krishna Kumar 9 years ago
parent 2183f77ac7
commit 7f872a9d50

@ -17801,7 +17801,7 @@ This is not evil.
##### Example
sqrt double(double x); // return the square root of x; x must be non-negative
double sqrt(double x); // return the square root of x; x must be non-negative
int length(const char* p); // return the number of characters in a zero-terminated C-style string

Loading…
Cancel
Save