File: header.h

package info (click to toggle)
rust-clang-sys 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • sloc: sh: 58; ansic: 4; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
#ifndef HEADER_H_
#define HEADER_H_

int add(int a, int b);

#endif