diff options
| author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-10 17:56:57 +0200 |
|---|---|---|
| committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-10 17:56:57 +0200 |
| commit | 3e8930a7a6f8cd9c6cadeb3c89a743beb698d1f8 (patch) | |
| tree | d9c93f4d89197a5339f6e979b0cbd67519f37f0b /st.c | |
| parent | df9140d0505aa38ac5cb8182b24f2b86a136ec35 (diff) | |
source utility functions out to util.c
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include "util.h" #include <stdio.h> int |
