Page MenuHomeFreeBSD

D57578.id180138.diff
No OneTemporary

D57578.id180138.diff

diff --git a/sys/sys/ctype.h b/sys/sys/ctype.h
--- a/sys/sys/ctype.h
+++ b/sys/sys/ctype.h
@@ -87,6 +87,12 @@
return (c >= ' ' && c <= '~');
}
+static __inline int
+isgraph(int c)
+{
+ return (c != ' ' && isprint(c));
+}
+
static __inline int
toupper(int c)
{

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 23, 12:53 AM (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39420237
Default Alt Text
D57578.id180138.diff (269 B)

Event Timeline