extern inline

This commit is contained in:
twoneis 2025-04-25 08:22:55 +02:00
parent 6a8ecd4d97
commit 9e8e1cfcc3
2 changed files with 2 additions and 2 deletions

View file

@ -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;