Tachyon (current)  Current Main Branch
winbmp.h
Go to the documentation of this file.
1 /*
2  * winbmp.h - This file deals with Windows Bitmap image files (reading/writing)
3  *
4  * (C) Copyright 1994-2022 John E. Stone
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * $Id: winbmp.h,v 1.2 2022/02/18 17:55:28 johns Exp $
8  *
9  */
10 
11 int writebmp(char * name, int xres, int yres, unsigned char *imgdata);
int writebmp(char *name, int xres, int yres, unsigned char *imgdata)
Definition: winbmp.c:35