搜索资源列表
framebuffer
- 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
gpio
- typedef struct gpioregs gpioregs .
nislands_smc
- typedef struct PP_NIslands_DPM2Parameters . -typedef struct PP_NIslands_DPM2Parameters PP_NIslands_DPM2Parameters .
sislands_smc
- typedef struct PP_SIslands_Dpm2PerfLevel PP_SIslands_Dpm2PerfLeve.
ustring
- Simple declaration for u_strToTitle() to avoid including unicode ubrk.h. @stable ICU 2.1 typedef struct UBreakIterator UBreakIterator .
longobject
- typedef struct _longobject PyLongObject.
virtio_ring
- typedef struct A Configuration . -typedef struct A Configuration A Configuration .
wimax
- Xutil.h contains the declaration: typedef struct _XRegion Region .
copy
- typedef struct _xmlParserInputBuffer . -typedef struct _xmlParserInputBuffer xmlParserInputBuffer .
setuid
- typedef struct klm testargs klm testargs Device Driver for linux v2.13.6.
lwpmachdep
- Linux Device Driver: typedef struct machstate t.
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*