File: hello.c

package info (click to toggle)
libuv1 1.51.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,772 kB
  • sloc: ansic: 74,890; makefile: 676; python: 189; sh: 51; javascript: 18
file content (5 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#include "plugin.h"

void initialize() {
    mfp_register("Hello World!");
}