Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/sljit/dist/doc/tutorial/ | |
struct_access.c | 14 typedef long (*point_func_t)(struct point_st *point);; typedef in typeref:typename:long (*)(struct point_st * point) 39 point_func_t func; 70 func = (point_func_t)code; |
struct_access.c | 14 typedef long (*point_func_t)(struct point_st *point);; typedef in typeref:typename:long (*)(struct point_st * point) 39 point_func_t func; 70 func = (point_func_t)code; |