diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,13 +2,14 @@ # include <stdio.h> # include <stdlib.h> # include <unistd.h> +struct luma__dat_t luma__dat; int main(int argc, char * * argv) { if(argc < 0x2) { printf("Missing argument \"file\".\n"); exit(EXIT_FAILURE); } if((access(argv[0x1], F_OK) == 0)) { - printf("The file exists.\n"); + printf("\f"); luma__stdlibsock__gfx__crtwin("luma test",0x0,0x0,0x400,0x300,false); } else { |