diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-13 07:30:18 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-13 07:30:18 -0500 |
| commit | a50b104111910bf49537f2db9298a2057336efe8 (patch) | |
| tree | 5c7918fbadd5189a94ab3e6dfd139c5e5dfcbb0c | |
| parent | 2fcf9c2daf16a6b978e40ac4c923ec5c2c377cda (diff) | |
| -rw-r--r-- | content/about.md | 2 | ||||
| -rw-r--r-- | content/cheatsheets/c_cpp.md | 33 |
2 files changed, 1 insertions, 34 deletions
diff --git a/content/about.md b/content/about.md index f7b6fa0..5a21051 100644 --- a/content/about.md +++ b/content/about.md @@ -4,4 +4,4 @@ title = 'About' My name is Hunter. I'm a hobbyist multimedia programmer from Minnesota. -If you have a question or would like to report an issue, please email hunter@\<this domain>.
\ No newline at end of file +I can be reached at hunter@kvog.sh, or https://x.com/hjkvog. diff --git a/content/cheatsheets/c_cpp.md b/content/cheatsheets/c_cpp.md index c1eb6ca..077255e 100644 --- a/content/cheatsheets/c_cpp.md +++ b/content/cheatsheets/c_cpp.md @@ -83,36 +83,3 @@ title = 'C/C++' * [C standard headers](https://en.cppreference.com/w/c/header.html) * [C++ standard headers](https://en.cppreference.com/w/cpp/header.html) -# -* [assert.h](https://en.cppreference.com/w/c/header/assert.html) -* [complex.h](https://en.cppreference.com/w/c/header/complex.html) -* [ctype.h](https://en.cppreference.com/w/c/header/ctype.html) -* [errno.h](https://en.cppreference.com/w/c/header/errno.html) -* [fenv.h](https://en.cppreference.com/w/c/header/fenv.html) -* [float.h](https://en.cppreference.com/w/c/header/float.html) -* [inttypes.h](https://en.cppreference.com/w/c/header/inttypes.html) -* [iso646.h](https://en.cppreference.com/w/c/header/iso646.html) -* [limits.h](https://en.cppreference.com/w/c/header/limits.html) -* [locale.h](https://en.cppreference.com/w/c/header/locale.html) -* [math.h](https://en.cppreference.com/w/c/header/math.html) -* [setjmp.h](https://en.cppreference.com/w/c/header/setjmp.html) -* [signal.h](https://en.cppreference.com/w/c/header/signal.html) -* [stdalign.h](https://en.cppreference.com/w/c/header/stdalign.html) -* [stdarg.h](https://en.cppreference.com/w/c/header/stdarg.html) -* [stdatomic.h](https://en.cppreference.com/w/c/header/stdatomic.html) -* [stdbit.h](https://en.cppreference.com/w/c/header/stdbit.html) -* [stdbool.h](https://en.cppreference.com/w/c/header/stdbool.html) -* [stdckdint.h](https://en.cppreference.com/w/c/header/stdckdint.html) -* [stddef.h](https://en.cppreference.com/w/c/header/stddef.html) -* [stdint.h](https://en.cppreference.com/w/c/header/stdint.html) -* [stdio.h](https://en.cppreference.com/w/c/header/stdio.html) -* [stdlib.h](https://en.cppreference.com/w/c/header/stdlib.html) -* [stdmchar.h](https://en.cppreference.com/w/c/header/stdmchar.html) -* [stdnoreturn.h](https://en.cppreference.com/w/c/header/stdnoreturn.html) -* [string.h](https://en.cppreference.com/w/c/header/string.html) -* [tgmath.h](https://en.cppreference.com/w/c/header/tgmath.html) -* [threads.h](https://en.cppreference.com/w/c/header/threads.html) -* [time.h](https://en.cppreference.com/w/c/header/time.html) -* [uchar.h](https://en.cppreference.com/w/c/header/uchar.html) -* [wchar.h](https://en.cppreference.com/w/c/header/wchar.html) -* [wctype.h](https://en.cppreference.com/w/c/header/wctype.html) |