This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* resize.c | |
* Malkevych Roman | |
* Computer Science 50 | |
* Problem Set 4 | |
* Change size bmp image | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Malkevych Roman Ihorovych | |
// breakout.c | |
// | |
// Computer Science 50 | |
// Problem Set 3 | |
// | |
// standard libraries | |
#define _XOPEN_SOURCE | |
#include <stdio.h> |