Imported Upstream version 7.50.2
[platform/upstream/curl.git] / docs / CODE_STYLE.md
index 033a33b..73a4d94 100644 (file)
@@ -160,6 +160,7 @@ Examples:
     ptr = &address;
     contents = *pointer;
     complement = ~bits;
+    empty = (!*string) ? TRUE : FALSE;
 
 ## Platform dependent code