<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>marginlife</author_name>
  <author_url>https://blog.hatena.ne.jp/marginlife/</author_url>
  <blog_title>mlブログ</blog_title>
  <blog_url>https://ml.hateblo.jp/</blog_url>
  <categories>
    <anon>objective-c</anon>
    <anon>開発メモ</anon>
  </categories>
  <description>引数が複数の場合は２つ目以降の引数にはラベルをつけるが、省略できるのでその場合の書き方をメモしておく。 ■宣言 - (void) fnc3:(int)arg1 :(int)arg2 :(int)arg3; ■実装 - (void) fnc3 :(int)arg1 :(int)arg2 :(int)arg3 { NSLog(@&quot;引数1:%d 引数2:%d 引数3:%d&quot;, arg1, arg2, arg3); } ■呼び出し方 [self fnc3:1 :2 :3];</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fml.hateblo.jp%2Fentry%2F2020%2F07%2F15%2F231138&quot; title=&quot;関数の引数の書き方(ラベル省略) - mlブログ&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>2020-07-15 23:11:38</published>
  <title>関数の引数の書き方(ラベル省略)</title>
  <type>rich</type>
  <url>https://ml.hateblo.jp/entry/2020/07/15/231138</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
