MCPcopy Create free account
hub / github.com/antirez/ds4 / renderer_code_write_line_prefix

Function renderer_code_write_line_prefix

ds4_agent.c:2304–2314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2302 "String|","usize|","isize|","u8|","u16|","u32|","u64|","i8|",
2303 "i16|","i32|","i64|",NULL
2304};
2305
2306static const char *agent_kw_c[] = {
2307 "auto","break","case","continue","default","do","else","enum",
2308 "extern","for","goto","if","register","return","sizeof","static",
2309 "struct","switch","typedef","union","volatile","while",
2310 "alignas","alignof","and","and_eq","asm","bitand","bitor","class",
2311 "compl","constexpr","const_cast","decltype","delete","dynamic_cast",
2312 "explicit","export","false","friend","inline","mutable","namespace",
2313 "new","noexcept","not","not_eq","nullptr","operator","or","or_eq",
2314 "private","protected","public","reinterpret_cast","static_assert",
2315 "static_cast","template","this","thread_local","throw","true","try",
2316 "typeid","typename","virtual","xor","xor_eq",
2317 "NULL|","bool|","char|","const|","double|","float|","int|","long|",

Callers 1

Calls 1

renderer_writeFunction · 0.85

Tested by

no test coverage detected