File: words1.c

package info (click to toggle)
cgreen 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,576 kB
  • sloc: ansic: 12,264; sh: 555; makefile: 468; cpp: 403; python: 181; xml: 33; sed: 13
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#include <string.h>

int split_words(char *sentence) {
    return 0;
}