Quantcast
Viewing latest article 3
Browse Latest Browse All 3

C - Is a jpg/jpeg file?

int Is_JPEG(char head[]) { if(head[0] == -1 && head[1] == -40 && head[2] == -1 && head[3] == -32) return 1; else if(head[0] == -1 && head[1] == -40 && head[2] == -1 && head[3] == -31) return ...

Viewing latest article 3
Browse Latest Browse All 3

Trending Articles