Merge pull request #1013 from tsingbx/llgo/llcppg.pub

add all llcppg.pub for clib
This commit is contained in:
xushiwei
2025-02-27 10:41:44 +08:00
committed by GitHub
6 changed files with 40 additions and 0 deletions

15
c/llcppg.pub Normal file
View File

@@ -0,0 +1,15 @@
FILE
size_t SizeT
intptr_t IntptrT
uintptr_t UintptrT
int8_t Int8T
int16_t Int16T
int32_t Int32T
int64_t Int64T
uint8_t Uint8T
uint16_t Uint16T
uint32_t Uint32T
uint64_t Uint64T
intmax_t IntmaxT
uintmax_t UintmaxT
option Option

3
c/net/llcppg.pub Normal file
View File

@@ -0,0 +1,3 @@
sockaddr SockAddr
hostent Hostent
addrinfo AddrInfo

7
c/os/llcppg.pub Normal file
View File

@@ -0,0 +1,7 @@
mode_t ModeT
uid_t UidT
gid_t GidT
off_t OffT
dev_t DevT
Stat_t StatT
pid_t PidT

3
c/pthread/llcppg.pub Normal file
View File

@@ -0,0 +1,3 @@
pthread_t Thread
attr Attr
pthread_key_t Key

View File

@@ -0,0 +1,7 @@
pthread_once_t Once
pthread_mutexattr_t MutexAttr
pthread_mutex_t Mutex
pthread_rwlockattr_t RWLockAttr
pthread_rwlock_t RWLock
pthread_condattr_t CondAttr
pthread_cond_t Cond

5
c/time/llcppg.pub Normal file
View File

@@ -0,0 +1,5 @@
time_t TimeT
tm Tm
clock_t ClockT
clockid_t ClockidT
timespec Timespec