Download
pfuentes69
/FractalViewer
/Utils.h
(View History)
pfp First commit | Latest amendment: 1 on 2022-08-26 |
1 | /***** |
2 | * Utils.h |
3 | * |
4 | * several utilities |
5 | * |
6 | *****/ |
7 | |
8 | #pragma once // include this header |
9 | // only once per source file |
10 | |
11 | void concat (StringPtr s, StringPtr p); |