Add project files.

This commit is contained in:
2022-03-05 12:44:06 +02:00
parent 453a74459f
commit f4f90b2533
517 changed files with 195610 additions and 0 deletions

16
libsql/include/Tellwait.h Normal file
View File

@ -0,0 +1,16 @@
#ifndef __INC_METIN_II_TELLWAIT_H__
#define __INC_METIN_II_TELLWAIT_H__
#ifndef __WIN32__
extern void TELL_WAIT();
extern void WAIT_CHILD();
extern void TELL_CHILD(pid_t pid);
extern void WAIT_PARENT();
extern void TELL_PARENT(pid_t pid);
#endif
#endif