#include<stdio.h>#include<string.h>
int main(void){ char *msg="hello world"; FILE *fp; fp="fopen"("/dev/uart","r+"); if(fp) { fprintf(fp,"%s",msg); fclose(fp); } return 0;}
这个的system library 里面的stdout stdin不必设置为uart
发布
文章评论(0条评论)
登录后参与讨论