├── README.md ├── amort_interface.c ├── amort_use.c ├── amortize.c ├── amortize.h ├── arithmetic.c ├── asprintf.c ├── auto.conf ├── automem.c ├── benford.sh ├── boxes.c ├── c_factors.c ├── c_primes.c ├── cetology.c ├── cetology.make ├── charct.c ├── complex.c ├── const.c ├── constchange.c ├── constfusion.c ├── conststruct.c ├── copystructs.c ├── copystructs2.c ├── cplx.h ├── curly.c ├── dict.automake ├── dict.c ├── dict.h ├── dict_test.c ├── dict_use.c ├── dynamic.c ├── erf.c ├── errortuple.c ├── fibo.c ├── find.moby ├── floatfail.c ├── fstr.c ├── fstr.h ├── gcov.sh ├── gdb_showlist ├── getenv.c ├── getstrings.c ├── glist.c ├── groupabm.w ├── groups.h ├── groups.w ├── gsl_distance.c ├── gsl_erf.c ├── ideal.c ├── ideal.h ├── iftest.sh ├── iggy_pop_detector.c ├── intptr.c ├── keyval.c ├── keyval.h ├── linecount.sh ├── macro_varargs.c ├── make_bit ├── mapreduce_wc.c ├── memmove.c ├── mmap.c ├── mutex_wc.c ├── na.c ├── noreturn.c ├── nyt_feed.c ├── olden_varargs.c ├── openmp_atoms.c ├── openmp_factors.c ├── openmp_getmax.c ├── openmp_wc.c ├── papersize.c ├── pointer_arithmetic1.c ├── pointer_arithmetic2.c ├── preprocess.c ├── print_dispatch.c ├── print_methods.c ├── print_typedef.h ├── print_vtable.c ├── print_vtable.h ├── print_vtable_use.c ├── process_dir.c ├── process_dir.h ├── pthread_factors.c ├── pthreads.c ├── pthreads.make ├── py ├── Makefile.am ├── Makefile.py.am ├── build.python ├── configure.ac ├── ideal.py.c └── setup.py.in ├── regex.c ├── regex_fns.h ├── sadstrings.c ├── safe_sum.c ├── sasprintf.c ├── seamlessone.c ├── seamlessthree.c ├── seamlesstwo.c ├── show_tree.c ├── simple_cplx.c ├── sizesof.c ├── stddev.c ├── stddev_bugged.c ├── stopif.h ├── string_utilities.c ├── string_utilities.h ├── strtod.c ├── sum_to_nan.c ├── times_table.c ├── tutorial ├── address_in.c ├── assert.c ├── divisions.c ├── do_while.c ├── error_print.c ├── for_loop.c ├── for_loop2.c ├── hello.c ├── if_else.c ├── item_seven.c ├── makefile ├── manual_memory.c ├── pointer_in.c ├── ratio_s.c ├── sizeof.c ├── sqrt.c ├── ten_pi.c └── while.c ├── uint.c ├── unicode.c ├── unictr.c ├── unictr.h ├── varad.c ├── vectorize.c └── wordcount.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/README.md -------------------------------------------------------------------------------- /amort_interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/amort_interface.c -------------------------------------------------------------------------------- /amort_use.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/amort_use.c -------------------------------------------------------------------------------- /amortize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/amortize.c -------------------------------------------------------------------------------- /amortize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/amortize.h -------------------------------------------------------------------------------- /arithmetic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/arithmetic.c -------------------------------------------------------------------------------- /asprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/asprintf.c -------------------------------------------------------------------------------- /auto.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/auto.conf -------------------------------------------------------------------------------- /automem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/automem.c -------------------------------------------------------------------------------- /benford.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/benford.sh -------------------------------------------------------------------------------- /boxes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/boxes.c -------------------------------------------------------------------------------- /c_factors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/c_factors.c -------------------------------------------------------------------------------- /c_primes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/c_primes.c -------------------------------------------------------------------------------- /cetology.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/cetology.c -------------------------------------------------------------------------------- /cetology.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/cetology.make -------------------------------------------------------------------------------- /charct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/charct.c -------------------------------------------------------------------------------- /complex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/complex.c -------------------------------------------------------------------------------- /const.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/const.c -------------------------------------------------------------------------------- /constchange.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/constchange.c -------------------------------------------------------------------------------- /constfusion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/constfusion.c -------------------------------------------------------------------------------- /conststruct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/conststruct.c -------------------------------------------------------------------------------- /copystructs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/copystructs.c -------------------------------------------------------------------------------- /copystructs2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/copystructs2.c -------------------------------------------------------------------------------- /cplx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/cplx.h -------------------------------------------------------------------------------- /curly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/curly.c -------------------------------------------------------------------------------- /dict.automake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/dict.automake -------------------------------------------------------------------------------- /dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/dict.c -------------------------------------------------------------------------------- /dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/dict.h -------------------------------------------------------------------------------- /dict_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/dict_test.c -------------------------------------------------------------------------------- /dict_use.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/dict_use.c -------------------------------------------------------------------------------- /dynamic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/dynamic.c -------------------------------------------------------------------------------- /erf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/erf.c -------------------------------------------------------------------------------- /errortuple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/errortuple.c -------------------------------------------------------------------------------- /fibo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/fibo.c -------------------------------------------------------------------------------- /find.moby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/find.moby -------------------------------------------------------------------------------- /floatfail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/floatfail.c -------------------------------------------------------------------------------- /fstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/fstr.c -------------------------------------------------------------------------------- /fstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/fstr.h -------------------------------------------------------------------------------- /gcov.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/gcov.sh -------------------------------------------------------------------------------- /gdb_showlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/gdb_showlist -------------------------------------------------------------------------------- /getenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/getenv.c -------------------------------------------------------------------------------- /getstrings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/getstrings.c -------------------------------------------------------------------------------- /glist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/glist.c -------------------------------------------------------------------------------- /groupabm.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/groupabm.w -------------------------------------------------------------------------------- /groups.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/groups.h -------------------------------------------------------------------------------- /groups.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/groups.w -------------------------------------------------------------------------------- /gsl_distance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/gsl_distance.c -------------------------------------------------------------------------------- /gsl_erf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/gsl_erf.c -------------------------------------------------------------------------------- /ideal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/ideal.c -------------------------------------------------------------------------------- /ideal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/ideal.h -------------------------------------------------------------------------------- /iftest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/iftest.sh -------------------------------------------------------------------------------- /iggy_pop_detector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/iggy_pop_detector.c -------------------------------------------------------------------------------- /intptr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/intptr.c -------------------------------------------------------------------------------- /keyval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/keyval.c -------------------------------------------------------------------------------- /keyval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/keyval.h -------------------------------------------------------------------------------- /linecount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/linecount.sh -------------------------------------------------------------------------------- /macro_varargs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/macro_varargs.c -------------------------------------------------------------------------------- /make_bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/make_bit -------------------------------------------------------------------------------- /mapreduce_wc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/mapreduce_wc.c -------------------------------------------------------------------------------- /memmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/memmove.c -------------------------------------------------------------------------------- /mmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/mmap.c -------------------------------------------------------------------------------- /mutex_wc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/mutex_wc.c -------------------------------------------------------------------------------- /na.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/na.c -------------------------------------------------------------------------------- /noreturn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/noreturn.c -------------------------------------------------------------------------------- /nyt_feed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/nyt_feed.c -------------------------------------------------------------------------------- /olden_varargs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/olden_varargs.c -------------------------------------------------------------------------------- /openmp_atoms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/openmp_atoms.c -------------------------------------------------------------------------------- /openmp_factors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/openmp_factors.c -------------------------------------------------------------------------------- /openmp_getmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/openmp_getmax.c -------------------------------------------------------------------------------- /openmp_wc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/openmp_wc.c -------------------------------------------------------------------------------- /papersize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/papersize.c -------------------------------------------------------------------------------- /pointer_arithmetic1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/pointer_arithmetic1.c -------------------------------------------------------------------------------- /pointer_arithmetic2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/pointer_arithmetic2.c -------------------------------------------------------------------------------- /preprocess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/preprocess.c -------------------------------------------------------------------------------- /print_dispatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/print_dispatch.c -------------------------------------------------------------------------------- /print_methods.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/print_methods.c -------------------------------------------------------------------------------- /print_typedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/print_typedef.h -------------------------------------------------------------------------------- /print_vtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/print_vtable.c -------------------------------------------------------------------------------- /print_vtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/print_vtable.h -------------------------------------------------------------------------------- /print_vtable_use.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/print_vtable_use.c -------------------------------------------------------------------------------- /process_dir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/process_dir.c -------------------------------------------------------------------------------- /process_dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/process_dir.h -------------------------------------------------------------------------------- /pthread_factors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/pthread_factors.c -------------------------------------------------------------------------------- /pthreads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/pthreads.c -------------------------------------------------------------------------------- /pthreads.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/pthreads.make -------------------------------------------------------------------------------- /py/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/py/Makefile.am -------------------------------------------------------------------------------- /py/Makefile.py.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/py/Makefile.py.am -------------------------------------------------------------------------------- /py/build.python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/py/build.python -------------------------------------------------------------------------------- /py/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/py/configure.ac -------------------------------------------------------------------------------- /py/ideal.py.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/py/ideal.py.c -------------------------------------------------------------------------------- /py/setup.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/py/setup.py.in -------------------------------------------------------------------------------- /regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/regex.c -------------------------------------------------------------------------------- /regex_fns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/regex_fns.h -------------------------------------------------------------------------------- /sadstrings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/sadstrings.c -------------------------------------------------------------------------------- /safe_sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/safe_sum.c -------------------------------------------------------------------------------- /sasprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/sasprintf.c -------------------------------------------------------------------------------- /seamlessone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/seamlessone.c -------------------------------------------------------------------------------- /seamlessthree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/seamlessthree.c -------------------------------------------------------------------------------- /seamlesstwo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/seamlesstwo.c -------------------------------------------------------------------------------- /show_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/show_tree.c -------------------------------------------------------------------------------- /simple_cplx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/simple_cplx.c -------------------------------------------------------------------------------- /sizesof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/sizesof.c -------------------------------------------------------------------------------- /stddev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/stddev.c -------------------------------------------------------------------------------- /stddev_bugged.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/stddev_bugged.c -------------------------------------------------------------------------------- /stopif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/stopif.h -------------------------------------------------------------------------------- /string_utilities.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/string_utilities.c -------------------------------------------------------------------------------- /string_utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/string_utilities.h -------------------------------------------------------------------------------- /strtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/strtod.c -------------------------------------------------------------------------------- /sum_to_nan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/sum_to_nan.c -------------------------------------------------------------------------------- /times_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/times_table.c -------------------------------------------------------------------------------- /tutorial/address_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/address_in.c -------------------------------------------------------------------------------- /tutorial/assert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/assert.c -------------------------------------------------------------------------------- /tutorial/divisions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/divisions.c -------------------------------------------------------------------------------- /tutorial/do_while.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/do_while.c -------------------------------------------------------------------------------- /tutorial/error_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/error_print.c -------------------------------------------------------------------------------- /tutorial/for_loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/for_loop.c -------------------------------------------------------------------------------- /tutorial/for_loop2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/for_loop2.c -------------------------------------------------------------------------------- /tutorial/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/hello.c -------------------------------------------------------------------------------- /tutorial/if_else.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/if_else.c -------------------------------------------------------------------------------- /tutorial/item_seven.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/item_seven.c -------------------------------------------------------------------------------- /tutorial/makefile: -------------------------------------------------------------------------------- 1 | CFLAGS=-g -Wall -std=gnu11 -O3 2 | LDLIBS=-lm 3 | -------------------------------------------------------------------------------- /tutorial/manual_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/manual_memory.c -------------------------------------------------------------------------------- /tutorial/pointer_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/pointer_in.c -------------------------------------------------------------------------------- /tutorial/ratio_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/ratio_s.c -------------------------------------------------------------------------------- /tutorial/sizeof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/sizeof.c -------------------------------------------------------------------------------- /tutorial/sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/sqrt.c -------------------------------------------------------------------------------- /tutorial/ten_pi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/ten_pi.c -------------------------------------------------------------------------------- /tutorial/while.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/tutorial/while.c -------------------------------------------------------------------------------- /uint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/uint.c -------------------------------------------------------------------------------- /unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/unicode.c -------------------------------------------------------------------------------- /unictr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/unictr.c -------------------------------------------------------------------------------- /unictr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/unictr.h -------------------------------------------------------------------------------- /varad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/varad.c -------------------------------------------------------------------------------- /vectorize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/vectorize.c -------------------------------------------------------------------------------- /wordcount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b-k/21st-Century-Examples/HEAD/wordcount.c --------------------------------------------------------------------------------