ゆの in C

ゆの in languageをC言語でやろうと考えたわけですが、
まず、2バイト文字は識別子に出来ないので無理、
あと、コロンをどうしていいのか分からないので無理。
けれど、ゆの in ニコスクリプトゆの in Java
などを見るとそのあたりはごにょごにょしているかんじなので。

 X / _ / X < "来週も見てくださいね!"

ということであれば、

#include 
#define X 1
#define _ ubar()

int ubar(void)
{
    printf("ひだまりスケッチx365 来週も見てくださいね!");
    return 1;
}

int main(void)
{
    X / _ / X < "来週も見てくださいね"
    ;
    return 0;
}

ということで一応できるわけです。
整数型とポインタの比較をしているので当然警告が出ますが……。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
This entry was posted in コンピュータ and tagged , by bugyo. Bookmark the permalink.

Deprecated: ltrim(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/wp-db.php on line 3030

Deprecated: Creation of dynamic property WP_Query::$comments_by_type is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/comment-template.php on line 1528

One Reply to “ゆの in C”

Leave a Reply

Your email address will not be published. Required fields are marked *

*