msec.c (260e9a87725c090ba5835b1f9f0b62fa2f96036f) | msec.c (371584c2eae4cf827fd406ba26c14f021adaaa70) |
---|---|
1/* $Id: msec.c,v 1.14 2014/12/21 14:14:35 schwarze Exp $ */ | 1/* $Id: msec.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */ |
2/* 3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> 4 * 5 * Permission to use, copy, modify, and distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * 9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 17 unchanged lines hidden (view full) --- 27 if (0 == strcmp(p, x)) return(y); 28 29const char * 30mandoc_a2msec(const char *p) 31{ 32 33#include "msec.in" 34 | 2/* 3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> 4 * 5 * Permission to use, copy, modify, and distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * 9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 17 unchanged lines hidden (view full) --- 27 if (0 == strcmp(p, x)) return(y); 28 29const char * 30mandoc_a2msec(const char *p) 31{ 32 33#include "msec.in" 34 |
35 return(NULL); | 35 return NULL; |
36} | 36} |