注解
什么是注解(Annotation)?注解是放在Java源码的类、方法、字段、参数前的一种特殊“注释”
// this is a component:
Resource("hello")
public class Hello {Injectint n;PostConstructpublic void hello(Param String name…
strcmp函数应用于qsort函数,排序创建函数指针时比较字符串大小。 这里我创建了一个简单的学生结构体,这个结构体只包含名字跟年龄两个信息。
在创建函数指针cmp_stu_age后,进行年龄大小比较,强制类型转换成stu*。 int cmp_stu_ag…