8 lines
135 B
C
8 lines
135 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "bmp.h"
|
|
|
|
#define WIDTH 256
|
|
#define HEIGHT 256
|
|
#define COLOR_DEPTH 3 |