Skip to content

Instantly share code, notes, and snippets.

View rmalkevy's full-sized avatar

Roman Malkevych rmalkevy

View GitHub Profile
@rmalkevy
rmalkevy / resize.c
Last active June 15, 2016 10:36
CS 50 Harvard, pset4, resize.c Resize .bmp image, Malkevych Roman
/**
* resize.c
* Malkevych Roman
* Computer Science 50
* Problem Set 4
* Change size bmp image
*/
#include <stdio.h>
#include <stdlib.h>
// Malkevych Roman Ihorovych
// breakout.c
//
// Computer Science 50
// Problem Set 3
//
// standard libraries
#define _XOPEN_SOURCE
#include <stdio.h>