MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_unread_char

Function db_unread_char

freebsd/ddb/db_lex.c:118–123  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

116}
117
118static void
119db_unread_char(c)
120 int c;
121{
122 db_look_char = c;
123}
124
125static int db_look_token = 0;
126

Callers 1

db_lexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected