extern inline
This commit is contained in:
parent
6a8ecd4d97
commit
9e8e1cfcc3
2 changed files with 2 additions and 2 deletions
BIN
code/leak
Executable file
BIN
code/leak
Executable file
Binary file not shown.
|
@ -17,7 +17,7 @@
|
|||
int pipes[PIPE_BUFFER][2];
|
||||
char buffer[0x100];
|
||||
|
||||
inline size_t
|
||||
extern inline size_t
|
||||
rdtsc_begin(void)
|
||||
{
|
||||
size_t a, d;
|
||||
|
@ -28,7 +28,7 @@ rdtsc_begin(void)
|
|||
return a;
|
||||
}
|
||||
|
||||
inline size_t
|
||||
extern inline size_t
|
||||
rdtsc_end(void)
|
||||
{
|
||||
size_t a, d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue