I added the start of the clock app but am still trying to find out how to do this stuff
This commit is contained in:
parent
22805d3e7e
commit
296d5ffdec
7
clock/clock.c
Normal file
7
clock/clock.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <gtk/gtk.h>
|
||||
int main (int argc, char *argv[]){
|
||||
|
||||
}
|
Loading…
Reference in a new issue