summaryrefslogtreecommitdiffhomepage
path: root/examples/svmap.c
AgeCommit message (Expand)Author
2021-06-18Simplified and removed unneeded stuff from csview.hTyge Løvset
2021-06-11Improve naming of c_sv() and c_lit() in csview.h: Rename c_sv(cstr) => cstr_s...Tyge Løvset
2021-06-05Renamed predefined using_cmap_sv*() using_csmap_sv*() macros to using_cmap_st...Tyge Løvset
2021-05-24Split c_fordefer() into c_forvar() and c_fordefer() macros.Tyge Løvset
2021-05-24Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...Tyge Løvset
2021-05-20Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l...Tyge Løvset
2021-05-18Added the new c_defer(), c_with(), c_withvar() macros into the examples.Tyge Løvset
2021-05-18Added new file: csview: String ViewTyge Løvset