打印本身的c代码

颇有趣,在一些场合也颇有用的东西test.cspa #include <stdio.h> #include <stdlib.h> extern char * _binary_test_c_start; int main() {         printf("%s", (char *)&_binary_test_c_start); }code   Makefile对象   SRC = test.c
相关文章
相关标签/搜索