Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ current_pos
Function
current_pos
Singular/libparse.cc:3346–3349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3344
3345
3346
int current_pos(int i)
3347
{
3348
return(i+offset+(int)(yytext-yylp_buffer_start));
3349
}
3350
3351
int libread(FILE* f, char* buf, int max_size)
3352
{ int rc;
Callers
3
libparse.cc
File · 0.85
copy_string
Function · 0.85
iiLoadLIB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected