Skip to content

Instantly share code, notes, and snippets.

@takatakamanbou
Last active October 8, 2017 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takatakamanbou/28b7432af05f0f6ee019 to your computer and use it in GitHub Desktop.
Save takatakamanbou/28b7432af05f0f6ee019 to your computer and use it in GitHub Desktop.
応用プログラミング及び実習 ex04D
#ifndef _EX04IMAGE_H
#define _EX04IMAGE_H
#include <stdio.h> // FILE のために
#define MAX_WIDTH 512
#define MAX_HEIGHT 512
ここにプロトタイプ宣言など
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment