Differences From Artifact [891027d45b]:
- File kterm/term.h — part of check-in [f5b7fa5762] at 2019-06-27 05:52:40 on branch trunk — updates (user: lexi, size: 38) [annotate] [blame] [check-ins using]
To Artifact [7961166852]:
- File kterm/term.h — part of check-in [926d05a4ce] at 2019-07-27 03:55:06 on branch trunk — add docs/manifesto for kfile; add initial kfile headers and function prototypes; update headers to include c++ extern guards so libk functions can be used from c++ (user: lexi, size: 107) [annotate] [blame] [check-ins using]
- File mod/kterm/term.h — part of check-in [14172a910a] at 2019-08-21 06:00:24 on branch trunk — move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files (user: lexi, size: 107) [annotate] [blame] [check-ins using]
1 2 3 4 |
#ifndef KIterm #define KIterm #endif |
> > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 |
#ifndef KIterm #define KIterm #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif |