{"author_name":"gomi-box","blog_title":"\u6bdb\u306e\u306f\u3048\u305f\u3088\u3046\u306a\u3082\u306e","image_url":null,"height":"190","width":"100%","description":"#include <stdio.h> int main(void){ int num=0; char word; FILE *stream; int maxlength=71; stream = fopen(\"../data_c.txt\",\"r\"); while((word = getc(stream)) != EOF){ if(word == '\\n'){ num=0; }else if(num > maxlength){ printf(\"\\n\"); num=0; }else{ num++; } printf(\"%c\",word); } return 0; }","author_url":"https://blog.hatena.ne.jp/gomi-box/","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgomi-box.hatenablog.com%2Fentry%2F20071004%2F1194017486\" title=\"\u53f3\u5074\u6298\u308a\u8fd4\u3057\uff08c\u306e\u5834\u5408\uff09 - \u6bdb\u306e\u306f\u3048\u305f\u3088\u3046\u306a\u3082\u306e\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","type":"rich","provider_url":"https://hatena.blog","published":"2007-10-04 00:31:26","categories":["Univ.","C\u8a00\u8a9e"],"version":"1.0","title":"\u53f3\u5074\u6298\u308a\u8fd4\u3057\uff08c\u306e\u5834\u5408\uff09","url":"https://gomi-box.hatenablog.com/entry/20071004/1194017486","blog_url":"https://gomi-box.hatenablog.com/","provider_name":"Hatena Blog"}