$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step by step – Coccinelle Ubuntu 16.04 Installation

January 7, 2021 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 16.04 Installing Coccinelle – Step by step Guide

How to Install Coccinelle on Ubuntu 16.04 Xenial LTS GNU/Linux – Step by step Tutorial.

And Coccinelle for Ubuntu 16.04 is a Program Matching and Transformation Engine which provides the Language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C Code.

Especially relevant: this set up make use of the updated Coccinelle PPA Ubuntu Repo.

Finally, this guide includes detailed instructions on Getting Started with Coccinelle on Ubuntu.

Step-by-step – Coccinelle Ubuntu 16.04 Installation Guide
  1. 1. Launching Shell Emulator

    Open a Terminal window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    Coccinelle Ubuntu 16.04 Installation Guide - Open Terminal Shell Emulator
    In case first see: Terminal QuickStart Guide.