* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
#include <stdio.h>
#ifdef _WIN32
#include <windows.h>
#include <unistd.h>
#include <string.h>
#include <glib.h>
+#include "sigrok-cli.h"
#ifdef _WIN32
static HANDLE stdin_handle;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
-#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib.h>
+#include "sigrok-cli.h"
+#include "config.h"
#ifdef HAVE_SRD
static GHashTable *pd_ann_visible = NULL;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
-#include "config.h"
#include <glib.h>
#include <string.h>
+#include "sigrok-cli.h"
+#include "config.h"
extern struct sr_context *sr_ctx;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
-#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <glib.h>
+#include "sigrok-cli.h"
+#include "config.h"
#define BUFSIZE (16 * 1024)
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
#include <stdlib.h>
#include <glib.h>
+#include "sigrok-cli.h"
struct sr_context *sr_ctx = NULL;
#ifdef HAVE_SRD
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
#include <glib.h>
+#include "sigrok-cli.h"
gboolean opt_version = FALSE;
gint opt_loglevel = SR_LOG_WARN; /* Show errors+warnings by default. */
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <glib.h>
+#include "sigrok-cli.h"
extern struct sr_context *sr_ctx;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
#include <glib.h>
#include <glib/gstdio.h>
#include <string.h>
#include <stdlib.h>
+#include "sigrok-cli.h"
static uint64_t limit_samples = 0;
static uint64_t limit_frames = 0;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sigrok-cli.h"
#include <glib.h>
#include <string.h>
+#include "sigrok-cli.h"
static gint sort_inputs(gconstpointer a, gconstpointer b)
{