/* * With Unicode single right quotation mark: * * miniprintf works like printf, except that it only * understands the ā€™%dā€™ identifier. */ /* * With ASCII apostrophe * * miniprintf works like printf, except that it only * understands the '%d' identifier. */