# use the library
$ gcc test.c -L. -libfoo.a <- Why just -lfoo?
./test <- Run the user file and not the lib file
Hello from umain

When i try to run the makefile of the user i get:
"umain() in a.c is unknown"