sbase/pwd.c
Connor Lane Smith 5629972223 add mkdir
2011-05-26 05:47:58 +01:00

12 lines
175 B
C

/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include "util.h"
int
main(void)
{
puts(agetcwd());
return EXIT_SUCCESS;
}