Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
static void
119
db_unread_char(c)
120
int c;
121
{
122
db_look_char = c;
123
}
124
125
static int db_look_token = 0;
126
Callers
1
db_lex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected