打印本身的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
相關文章
相關標籤/搜索