Skip to content

Instantly share code, notes, and snippets.

@nelhage
Created May 31, 2013 02:27
Show Gist options
  • Save nelhage/5682627 to your computer and use it in GitHub Desktop.
Save nelhage/5682627 to your computer and use it in GitHub Desktop.
+static inline gboolean
+is_domain_valid (const char *str)
+{
+ return (str && (strlen(str) >= 1) && (strlen(str) <= 255));
+}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment