This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-03-10 09:36:46 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7492dabde0fc4e0eb8d854ffbe447a7a6fdccbcc
codeql
/
cpp
/
ql
/
test
/
examples
/
expressions
/
Cast.c
Pavel Avgustinov
b55526aa58
QL code and tests for C#/C++/JavaScript.
2018-08-02 17:53:23 +01:00
3 lines
45 B
C
Raw
Blame
History
void
v
(
char
*
c
,
void
*
v
)
{
c
=
(
char
*
)
v
;
}
Reference in New Issue
View Git Blame
Copy Permalink