File: codestyle_check.h

package info (click to toggle)
kworkflow 1%3A0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,212 kB
  • sloc: sh: 31,869; perl: 2,172; sql: 268; ansic: 114; xml: 84; python: 76; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0
/*
 * codestyle.h
 *
 * Copyright (C) 2018 John Doe
 *
 * This file is used for codestyle checking.
 *
 */

#include <stdio.h>

void camelCase(void);

int main(int argc, char *args[]);