Advertisement
Guest User

shr

a guest
Mar 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. #include "bmp.h"    /*to jest deklaracja pliku bmp.h*/
  2.  
  3. #include <math.h>   /*to jest deklaracja bilioteki math
  4.                         dodatkowo, plik źródłowy będzie otwierany w konsoli przez: gcc 2d_plot.c -lSDL -lm -o 2d_plot*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement