├── Makefile ├── dbIListInt.c └── encapsulatedListStr.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinli2/Object-Orientation-in-C/HEAD/Makefile -------------------------------------------------------------------------------- /dbIListInt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinli2/Object-Orientation-in-C/HEAD/dbIListInt.c -------------------------------------------------------------------------------- /encapsulatedListStr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinli2/Object-Orientation-in-C/HEAD/encapsulatedListStr.c --------------------------------------------------------------------------------