語言選擇:
免費網上英漢字典|3Dict

fprintf

資料來源 : Free On-Line Dictionary of Computing

fprintf
     
         Variant of the {C} library routine {printf} which
        prints to a given {stream}.  E.g.
     
        	fprintf(stderr, "%s: can't open file \"%s\".",
        		argv[0], argv[1]);
     
        which prints to the "{standard error}" output stream.
     
        (1995-04-25)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z