<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>GCC</anon>
    <anon>Vim</anon>
  </categories>
  <description>cで面倒なのが、関数を使う前に宣言されてないと使えないって所。関数名変えたり、引数変えたりすると面倒な作業が増えるので、自動化しちゃいたいなぁ・・・と思って、適当に作ってみた。 header ##!/usr/bin/perl my $tags = &quot;tag&quot;; (system(&quot;ctags -o $tags $ARGV[0]&quot;) == 0) || die &quot;cannot execute ctags&quot;; open FH, $tags || die &quot;cannot open tags&quot;; while(&lt;FH&gt;) { chop; if (/^!/) { next; } my @cols = spli…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070716%2F1184569739&quot; title=&quot; 関数の宣言のを自動化したい。 - ボクノス&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-07-16 16:08:59</published>
  <title> 関数の宣言のを自動化したい。</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070716/1184569739</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
