#include <stdlib.h>#include <stdio.h>#include "contrib/libtarga.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Function Prototypes. | |
Variables | |
| const int | size = 256 |
| Globals. | |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Function Prototypes.
Definition at line 16 of file libtga_test.c.
| const int size = 256 |
Globals.
Template project. Does nothing but take arguments and print them out.
Definition at line 12 of file libtga_test.c.
1.7.1