mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
7 lines
84 B
C
7 lines
84 B
C
|
|
#ifndef __LIBGETPID_H__
|
||
|
|
#define __LIBGETPID_H__
|
||
|
|
|
||
|
|
extern void getpid_func();
|
||
|
|
|
||
|
|
#endif
|