examples: fix coding style
commit7558cbf3731384302f06f5a2e1027d2c8dafcc9a
authorAkim Demaille <akim.demaille@gmail.com>
Sat, 23 Oct 2021 04:09:31 +0000 (23 06:09 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Sat, 6 Nov 2021 07:29:59 +0000 (6 08:29 +0100)
tree1e10aec1389c39ce9d04e6dd1a5c7b0bb470dc12
parent6e6950fbbc6ffe7ca5b475caca8581ade76823db
examples: fix coding style

* examples/c/glr/c++-types.y: Use snake_case identifiers.
Prefer strdup to malloc+strcpy.
examples/c/bistromathic/parse.y
examples/c/glr/c++-types.y