summaryrefslogtreecommitdiffhomepage
path: root/src/singleupdate.sh
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-06-07 21:10:32 +0200
committerTyge Løvset <[email protected]>2023-06-07 21:10:32 +0200
commitd6ddb811365d5dd2cbc9c485f43ed4215d8e0148 (patch)
treecadbdfbc42ced96914c74c663c9cbdec097f5031 /src/singleupdate.sh
parent56469c2738effe6d44a3a0c44e821c0ff18ce28e (diff)
downloadSTC-modified-d6ddb811365d5dd2cbc9c485f43ed4215d8e0148.tar.gz
STC-modified-d6ddb811365d5dd2cbc9c485f43ed4215d8e0148.zip
Updated and renamed c11/print.h to c11/fmt.h. Added fmt_tm() to print time/date from a struct tm.
Diffstat (limited to 'src/singleupdate.sh')
-rw-r--r--src/singleupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/singleupdate.sh b/src/singleupdate.sh
index 9b1d37a0..8a621e57 100644
--- a/src/singleupdate.sh
+++ b/src/singleupdate.sh
@@ -1,6 +1,6 @@
d=$(git rev-parse --show-toplevel)
mkdir -p $d/../stcsingle/c11 $d/../stcsingle/stc
-python singleheader.py $d/include/c11/print.h > $d/../stcsingle/c11/print.h
+python singleheader.py $d/include/c11/fmt.h > $d/../stcsingle/c11/fmt.h
python singleheader.py $d/include/stc/calgo.h > $d/../stcsingle/stc/calgo.h
python singleheader.py $d/include/stc/carc.h > $d/../stcsingle/stc/carc.h
python singleheader.py $d/include/stc/cbits.h > $d/../stcsingle/stc/cbits.h