This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eGLock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 优化
master
SisMaker
1 year ago
parent
70e525cf7f
commit
52dadb6ab1
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
c_src/eGPidInt/eGPidInt.c
+ 0
- 1
c_src/eGPidInt/eGPidInt.c
View File
@ -1,5 +1,4 @@
#
include
"erl_nif.h"
#
include
"erl_nif.h"
#
include
<stdio.h>
static
ERL_NIF_TERM
pidToInt
(
ErlNifEnv
*
env
,
int
argc
,
const
ERL_NIF_TERM
argv
[
]
)
{
static
ERL_NIF_TERM
pidToInt
(
ErlNifEnv
*
env
,
int
argc
,
const
ERL_NIF_TERM
argv
[
]
)
{
ErlNifUInt64
TermInt
=
(
ErlNifUInt64
)
argv
[
0
]
;
ErlNifUInt64
TermInt
=
(
ErlNifUInt64
)
argv
[
0
]
;
Write
Preview
Loading…
Cancel
Save