string_pointer.c
#include <stdio.h> int main() { char *str = "Hello, world!"; printf("%s", str); }
一个来自三线小城市的程序员开发经验总结。