#include "common.h" #include int main(int argc, char** argv) { char buffer[12] = {0}; sprintf(buffer, "%s", "1234567"); }